mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Don't sync volume for living room sonos
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user