Don't sync volume for living room sonos

This commit is contained in:
2020-05-01 18:25:29 +03:00
parent f2e5aec9e4
commit 8c6c133c9d
2 changed files with 3 additions and 1 deletions
@@ -1,13 +1,14 @@
sonos_media_player: sonos_media_player:
default: default:
- info: "short" - info: "short"
- sync_volume: true
card: card:
type: custom:mini-media-player type: custom:mini-media-player
artwork: cover artwork: cover
info: "[[info]]" info: "[[info]]"
entity: "[[player]]" entity: "[[player]]"
speaker_group: speaker_group:
sync_volume: true sync_volume: "[[sync_volume]]"
entities: entities:
- entity_id: media_player.master_bedroom - entity_id: media_player.master_bedroom
name: M. Bedroom name: M. Bedroom
@@ -366,6 +366,7 @@
template: sonos_media_player template: sonos_media_player
variables: variables:
- player: media_player.living_room - player: media_player.living_room
- sync_volume: false
- type: horizontal-stack - type: horizontal-stack
cards: cards: