Updates related to handling Power Outages. #547

This commit is contained in:
ccostan
2020-07-21 17:20:00 -04:00
parent 047bfbface
commit 1dcd89f3a9
5 changed files with 36 additions and 9 deletions

View File

@@ -86,17 +86,14 @@ automation:
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/779
- alias: Shut Things down if running on PowerWall
mode: restart
id: 37288a96-5f49-46c2-85c8-7e8794d23612
trigger:
- platform: state
entity_id: sensor.grid_status
from: 'True'
to: 'False'
for:
minutes: 1
condition:
- condition: template
value_template: "{{ states('sensor.grid_status') == 'False' }}"
action:
- service: homeassistant.turn_off
entity_id:
@@ -109,6 +106,28 @@ automation:
who: 'family'
apns_id: 'information'
- delay:
minutes: 1
- service: homeassistant.turn_off
entity_id:
- group.interior_lights
- group.exterior_lights
- service: script.speech_engine
data_template:
value1: "Because of the Power Outage, the Lights will be recycled for 3 minutes. Lights may turn on and off during this time."
- delay:
minutes: 3
- service: homeassistant.turn_off
entity_id:
- group.interior_lights
- group.exterior_lights
- service: script.speech_engine
data_template:
value1: "Automatic light recycling has been completed. Any abnormalities will have to be addressed in the Hue App most likely. "
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/547
- alias: Turn off the Nest Thermostats during a Power Outage
id: 022bd9da-ab7c-4c1b-9e95-2ff4ffe5f9cc