mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-28 08:50:57 +00:00
minor updates
This commit is contained in:
@@ -5,78 +5,6 @@
|
||||
# @description : Bunch of Sensors that are system or environment related
|
||||
###############################################################################
|
||||
homeassistant:
|
||||
customize:
|
||||
package.node_anchors:
|
||||
customize: &customize
|
||||
package: 'homeassistant'
|
||||
|
||||
hidden: &hidden
|
||||
hidden: true
|
||||
|
||||
group.system_monitor:
|
||||
order: 3
|
||||
group.internet_speed:
|
||||
order: 4
|
||||
|
||||
group.home_assistant_automations:
|
||||
order: 50
|
||||
|
||||
group.manuals:
|
||||
order: 70
|
||||
group.common_urls:
|
||||
order: 71
|
||||
|
||||
binary_sensor.workday_sensor:
|
||||
<<: *hidden
|
||||
|
||||
sensor.external_ip:
|
||||
friendly_name: External IP Address
|
||||
|
||||
# System Info Sensor
|
||||
sensor.cpu_speed:
|
||||
friendly_name: CPU Speed
|
||||
|
||||
sensor.disk_free:
|
||||
friendly_name: Disk Free Space
|
||||
|
||||
sensor.ipv4_address_ens160:
|
||||
friendly_name: Local IP Address
|
||||
|
||||
sensor.last_boot:
|
||||
friendly_name: Last Boot
|
||||
|
||||
sensor.ha_installed_version:
|
||||
icon: mdi:home-assistant
|
||||
sensor.ha_current_version:
|
||||
icon: mdi:home-assistant
|
||||
sensor.ha_last_restart:
|
||||
icon: mdi:home-assistant
|
||||
|
||||
automation.login_failure:
|
||||
friendly_name: Alert Login Failures
|
||||
|
||||
automation.startup_notification:
|
||||
friendly_name: Notify Startup Events
|
||||
icon: mdi:thumb-up
|
||||
|
||||
automation.update_available_notification:
|
||||
friendly_name: Notify of new updates
|
||||
icon: mdi:update
|
||||
|
||||
script.update_hass:
|
||||
friendly_name: Update Home Assistant
|
||||
icon: mdi:home-assistant
|
||||
|
||||
script.restart_hass:
|
||||
friendly_name: Restart Home Assistant
|
||||
icon: mdi:home-assistant
|
||||
|
||||
script.stop_hass:
|
||||
friendly_name: Stop Home Assistant
|
||||
icon: mdi:home-assistant
|
||||
|
||||
sensor.my_domain:
|
||||
hidden: true
|
||||
|
||||
script:
|
||||
stop_hass:
|
||||
|
Reference in New Issue
Block a user