mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-06 04:51:18 +00:00
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
|
||||
- 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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user