Closes #847 - Turn off Garage Lights (CByGE)

This commit is contained in:
ccostan 2020-08-09 14:39:16 -04:00
parent a8caa44e3f
commit 91f549657e
2 changed files with 11 additions and 5 deletions

View File

@ -28,6 +28,7 @@
##############################################################
- alias: Garage Light Hallway Helper Closed
id: f6060cd7-add7-487f-9b2b-f7849db3b36d
mode: restart
trigger:
- platform: state
@ -53,8 +54,13 @@
state: 'on'
action:
service: light.turn_off
entity_id: light.garage_hallway
- service: light.turn_off
entity_id: light.garage_hallway
- delay:
minutes: 30
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
##############################################################
- alias: Shutdown Helper light

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 40 KiB