mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 17:06:15 +00:00
14 lines
536 B
YAML
Executable File
14 lines
536 B
YAML
Executable File
###################################################
|
|
## * Special HASS related sensors - Thanks @torn8o
|
|
###################################################
|
|
|
|
- platform: command_line
|
|
name: HA Installed Version
|
|
command: "/srv/hass/hass_venv/bin/hass --version"
|
|
scan_interval: 86400
|
|
- platform: template
|
|
sensors:
|
|
ha_last_restart:
|
|
value_template: '{{ as_timestamp(states.automation.startup_notification_and_shut_startup_lights.attributes.last_triggered) | timestamp_custom("%b %d %X") }}'
|
|
friendly_name: HA Last Restart
|