mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 23:54:04 +00:00
Updated automations
This commit is contained in:
16
automations/cloudy_inside_on_home.yaml
Normal file
16
automations/cloudy_inside_on_home.yaml
Normal 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"
|
Reference in New Issue
Block a user