mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Don't sync volume for living room sonos
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
sonos_media_player:
|
||||
default:
|
||||
- info: "short"
|
||||
- sync_volume: true
|
||||
card:
|
||||
type: custom:mini-media-player
|
||||
artwork: cover
|
||||
info: "[[info]]"
|
||||
entity: "[[player]]"
|
||||
speaker_group:
|
||||
sync_volume: true
|
||||
sync_volume: "[[sync_volume]]"
|
||||
entities:
|
||||
- entity_id: media_player.master_bedroom
|
||||
name: M. Bedroom
|
||||
|
||||
@@ -366,6 +366,7 @@
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.living_room
|
||||
- sync_volume: false
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
|
||||
Reference in New Issue
Block a user