mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
Added some basic sun and weather based automations
This commit is contained in:
13
automations/cloudy_inside_on.yaml
Normal file
13
automations/cloudy_inside_on.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
alias: "Cloudy, inside on"
|
||||
trigger:
|
||||
platform: time
|
||||
after: '14:40:00'
|
||||
condition:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.dark_sky_cloud_coverage
|
||||
above: 90
|
||||
- condition: state
|
||||
entity_id: group.family
|
||||
state: "home"
|
||||
action:
|
||||
service: script.inside_all_on
|
Reference in New Issue
Block a user