home-assistant-configuration/automations/cloudy_inside_on_home.yaml

16 lines
339 B
YAML
Raw Normal View History

2017-01-05 16:14:03 +00:00
alias: "Cloudy, inside on if home"
trigger:
platform: time
2017-01-05 16:14:03 +00:00
after: '14:00:00'
condition:
- condition: numeric_state
entity_id: sensor.dark_sky_cloud_coverage
above: 90
- condition: state
entity_id: group.family
state: "home"
action:
2017-01-05 16:14:03 +00:00
- service: notify.notify
data:
2017-02-03 19:16:59 +00:00
title: "HA: Turning on Lights - Cloudy"