mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-22 16:33:33 +00:00
9 lines
135 B
YAML
Executable File
9 lines
135 B
YAML
Executable File
alias: "Sunrise Inside off"
|
|
trigger:
|
|
platform: time
|
|
hours: 07
|
|
minutes: 00
|
|
seconds: 00
|
|
action:
|
|
service: script.inside_all_off
|