home-assistant-configuration/automations/cloudy_inside_on_home.yaml

17 lines
353 B
YAML
Raw Normal View History

2017-01-05 11:14:03 -05:00
alias: "Cloudy, inside on if home"
trigger:
platform: time
2017-01-05 11:14:03 -05: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 11:14:03 -05:00
- service: notify.notify
data:
2017-04-09 18:42:48 -04:00
title: "Jarvis"
message: "Turning on LR Lights"