From 3cd1ac7f94fc83ad78ef89e2a208dfa3957e22cd Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 13 Oct 2019 16:05:21 -0400 Subject: [PATCH] Added condition to watch for vlc audio content to avoid collisions. --- packages/notify.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/notify.yaml b/packages/notify.yaml index ac8133e..d6f2bb0 100755 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -231,6 +231,9 @@ script: retain: true - condition: template value_template: '{{ states.binary_sensor.quiet_time.state == "off" }}' + - condition: state + entity_id: binary_sensor.vlc_player + state: 'off' - condition: state entity_id: sensor.family_status state: 'Home'