Updated reboot handling

This commit is contained in:
2022-09-18 16:30:17 -04:00
parent e51d51d914
commit 6dae3f8765

View File

@ -279,6 +279,7 @@
- if: - if:
- condition: trigger - condition: trigger
id: hass_start id: hass_start
alias: Startup
then: then:
- delay: - delay:
hours: 0 hours: 0
@ -296,6 +297,14 @@
entity_id: entity_id:
- switch.presence_simulation - switch.presence_simulation
data: {} data: {}
- service: script.tony_desktop_refresh
data: {}
- service: script.tina_desktop_refresh
data: {}
- service: script.asus_laptop_refresh
data: {}
- service: script.kallen_desktop_refresh
data: {}
- service: script.status_annc - service: script.status_annc
data_template: data_template:
who: basement who: basement
@ -303,6 +312,7 @@
- if: - if:
- condition: trigger - condition: trigger
id: hass_stop id: hass_stop
alias: Shutdown
then: then:
- service: automation.turn_off - service: automation.turn_off
data: {} data: {}