Add condition for setting volume in bathroom
This commit is contained in:
parent
e83254b36c
commit
455a9a5ec8
@ -13,6 +13,10 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: media_player.bathroom
|
entity_id: media_player.bathroom
|
||||||
state: playing
|
state: playing
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: media_player.bedroom
|
||||||
|
attribute: volume_level
|
||||||
|
below: 0.65
|
||||||
sequence:
|
sequence:
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data:
|
data:
|
||||||
|
Loading…
Reference in New Issue
Block a user