Added condition to watch for vlc audio content to avoid collisions.
This commit is contained in:
parent
c663c01546
commit
3cd1ac7f94
|
@ -231,6 +231,9 @@ script:
|
||||||
retain: true
|
retain: true
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ states.binary_sensor.quiet_time.state == "off" }}'
|
value_template: '{{ states.binary_sensor.quiet_time.state == "off" }}'
|
||||||
|
- condition: state
|
||||||
|
entity_id: binary_sensor.vlc_player
|
||||||
|
state: 'off'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: sensor.family_status
|
entity_id: sensor.family_status
|
||||||
state: 'Home'
|
state: 'Home'
|
||||||
|
|
Loading…
Reference in New Issue