Updated automations

This commit is contained in:
Jeffrey Stone
2017-01-05 11:14:03 -05:00
parent 6b991f7001
commit fde0b87dcc
14 changed files with 171 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
alias: "Cloudy, inside on if home"
trigger:
platform: time
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:
- service: notify.notify
data:
title: "It's Cloudy"
message: "It's Cloudy, you might need more light"