mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
12
scripts/driveway_off.yaml
Normal file
12
scripts/driveway_off.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Turn off Driveway lights after 10 minute delay
|
||||
driveway_off:
|
||||
sequence:
|
||||
- delay:
|
||||
minutes: 10
|
||||
- service: switch.turn_off
|
||||
data:
|
||||
entity_id: switch.driveway_light
|
||||
- service: switch.turn_off
|
||||
data:
|
||||
entity_id: switch.side_door
|
||||
|
Reference in New Issue
Block a user