Closes #847 - Turn off Garage Lights (CByGE)
This commit is contained in:
parent
a8caa44e3f
commit
91f549657e
|
@ -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 |
Loading…
Reference in New Issue