mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Added some basic sun and weather based automations
This commit is contained in:
7
automations/sunset_inside_on.yaml
Normal file
7
automations/sunset_inside_on.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
alias: "Sunset Inside on"
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
offset: "-01:00:00"
|
||||
action:
|
||||
service: script.inside_all_on
|
Reference in New Issue
Block a user