mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
14 lines
280 B
YAML
14 lines
280 B
YAML
|
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
|