porch light automations

This commit is contained in:
James Walker 2021-12-13 22:49:14 -05:00
parent 9013e4addd
commit b182d43a24
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 29 additions and 2 deletions

View File

@ -1 +1 @@
2021.9.7
2021.12.1

View File

@ -1 +1 @@
[]
[]

View File

@ -0,0 +1,27 @@
- id: '1634154676822'
alias: Turn on front porch light
description: ''
trigger:
- platform: sun
event: sunset
condition: []
action:
- type: turn_on
device_id: 749027ddc2ff3cc59e22c2557329ec0a
entity_id: switch.front_porch
domain: switch
mode: single
- id: '1639358610226'
alias: Turn off front porch light
description: ''
trigger:
- platform: time
at: '23:30:00'
condition: []
action:
- type: turn_off
device_id: 749027ddc2ff3cc59e22c2557329ec0a
entity_id: switch.front_porch
domain: switch
mode: single