mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-27 03:28:10 +00:00
7 lines
115 B
YAML
Executable File
7 lines
115 B
YAML
Executable File
alias: "Sunrise Outside off"
|
|
trigger:
|
|
platform: sun
|
|
event: sunrise
|
|
action:
|
|
- service: script.outside_all_off
|