From 6dae3f87656a4070e6e4b0c3a812c9413aa7d106 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 18 Sep 2022 16:30:17 -0400 Subject: [PATCH] Updated reboot handling --- automations.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automations.yaml b/automations.yaml index 6220b9f..8eb92d6 100644 --- a/automations.yaml +++ b/automations.yaml @@ -279,6 +279,7 @@ - if: - condition: trigger id: hass_start + alias: Startup then: - delay: hours: 0 @@ -296,6 +297,14 @@ entity_id: - switch.presence_simulation 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 data_template: who: basement @@ -303,6 +312,7 @@ - if: - condition: trigger id: hass_stop + alias: Shutdown then: - service: automation.turn_off data: {}