2017-01-05 16:14:03 +00:00
|
|
|
alias: "Cloudy, inside on if home"
|
2017-01-02 19:36:17 +00:00
|
|
|
trigger:
|
|
|
|
platform: time
|
2017-01-05 16:14:03 +00:00
|
|
|
after: '14:00:00'
|
2017-01-02 19:36:17 +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-04-21 02:18:00 +00:00
|
|
|
- service: notify.ios_jeffreystonesiphone
|
2017-01-05 16:14:03 +00:00
|
|
|
data:
|
2017-04-21 02:18:00 +00:00
|
|
|
message: "Cloudy, turning on LR Lamp"
|