home-assistant-configuration/automations/sunrise_inside_off.yaml

7 lines
132 B
YAML
Raw Normal View History

2017-01-09 14:48:07 -05:00
alias: "Sunrise Inside off"
2017-01-05 11:14:03 -05:00
trigger:
platform: sun
2017-01-09 14:48:07 -05:00
event: sunrise
2017-01-05 11:14:03 -05:00
offset: "+01:00:00"
action:
service: script.inside_all_off