From ffa2b97bb055a3f74e2dd710cd850e0cc8f22cd8 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 9 Mar 2018 11:55:37 -0500 Subject: [PATCH] Added condition to enable control over time to home notifications --- automation/transit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automation/transit.yaml b/automation/transit.yaml index d203c47..793f7e5 100644 --- a/automation/transit.yaml +++ b/automation/transit.yaml @@ -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