Sanity check me on the multiroom_player entity #645
Replies: 2 comments 1 reply
-
The initial dash ( The Depending on what you want to achieve, one way would be: |
Beta Was this translation helpful? Give feedback.
-
Thanks! I also see helpers may give a way to do this too. Problem is, the latest update broke spotify and sonos ENTIRELY, so I am going to have to wait some weeks or months until HA fixes those. |
Beta Was this translation helpful? Give feedback.
-
I have HA, Sonos, HACS, have a seemingly functional installation of mini-media-player. My goal is to put 3 sonos speakers into a group so I can control their audio as one. I eventually want to use this group in an automation on my HASPone device so I can use one volume slider to control all 3.
What am I doing wrong?
Here is my code.
I am presuming the entity of media_player.multiroom_player is some sort of built-in way of putting stuff into a group? Although it doesn't auto-populate when I manually type it. Is this what I have to have to make that happen or is there some other thing it has to be called?
entities:
entity: media_player.multiroom_player
group: true
source: icon
info: short
hide:
volume: true
power: true
entity: media_player.studio_1
group: true
hide:
controls: true
entity: media_player.studio5
group: true
hide:
controls: true
entity: media_player.studioplay3
group: true
hide:
controls: true
I get this:
Configuration errors detected:
No type provided.
Beta Was this translation helpful? Give feedback.
All reactions