mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-27 14:57:24 +00:00
This is the current config. Moved old to the v1-config branch
This commit is contained in:
12
scripts/driveway_on.yaml
Normal file
12
scripts/driveway_on.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
driveway_on:
|
||||
sequence:
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
- service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.driveway_light
|
||||
- service: switch.turn_on
|
||||
data:
|
||||
entity_id: switch.side_door
|
||||
|
Reference in New Issue
Block a user