mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
7 lines
132 B
YAML
7 lines
132 B
YAML
alias: "Sunrise Inside off"
|
|
trigger:
|
|
platform: sun
|
|
event: sunrise
|
|
offset: "+01:00:00"
|
|
action:
|
|
service: script.inside_all_off |