mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-17 19:46:43 +00:00
Added condition to enable control over time to home notifications
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id: sensor.jeff_destination
|
entity_id: sensor.jeff_destination
|
||||||
to: Home
|
to: Home
|
||||||
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.text_notify_kat
|
||||||
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.jeff_heading_home
|
entity_id: input_boolean.jeff_heading_home
|
||||||
|
Reference in New Issue
Block a user