Added condition to enable control over time to home notifications
This commit is contained in:
parent
3f115fe085
commit
ffa2b97bb0
|
@ -9,6 +9,10 @@
|
|||
- platform: state
|
||||
entity_id: sensor.jeff_destination
|
||||
to: Home
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.text_notify_kat
|
||||
state: 'on'
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.jeff_heading_home
|
||||
|
|
Loading…
Reference in New Issue