Add condition for setting volume in bathroom
This commit is contained in:
parent
e83254b36c
commit
455a9a5ec8
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
- condition: state
|
||||
entity_id: media_player.bathroom
|
||||
state: playing
|
||||
- condition: numeric_state
|
||||
entity_id: media_player.bedroom
|
||||
attribute: volume_level
|
||||
below: 0.65
|
||||
sequence:
|
||||
- service: media_player.volume_set
|
||||
data:
|
||||
|
|
Loading…
Add table
Reference in a new issue