Mini Media Player auf Echo Gruppen

Hallo, ich war nie der Meinung das ich mich als Experte sehen würde wenn es um Home Assistant geht,
aber konnte mich immer irgendwie durchwurschteln, aber jetzt steht ich wie ein Ochs vorm Berg und weiß nicht weiter.

Ich habe es zumindest hinbekommen mit dem Mini Media Player, Radio oder auch meine Apple Music Playlisten über einzelne Echo Geräte abzuspielen. Einzeln ist wohl kein Problem, möchte aber auch
gern in Gruppen z. B. in der ganzen Wohnung die gleiche Musik hören bzw. Radiosender.
Und das funktioniert leider nicht, er spielt nichts ab bzw. der Play Button ändert nicht zum Pause Button und auch wird kein Senderlogo bzw. Musik Cover angezeigt und die Echo Geräte bleiben stumm. Aber eine Fehlermeldung bekomme ich auch nicht.

Für ein einzelnes Gerät, hier am Beispiel ein Echo Show 10 in meinem Büro sieht es folgendermaßen aus:


type: custom:mini-media-player
name: Büro (Echo)
shortcuts:
label: Radio / Apple Music
list:
- name: Klassik Radio
type: custom
id: play Klassik Radio on tunein
- name: Klassik 1
type: custom
id: play Klassik1 on tunein
- name: Radio Osnabrück
type: custom
id: play Radio Osnabrück on tunein
- name: NDR 1 Niedersachen OL
type: custom
id: play NDR1 Niedersachen Oldenburg on tunein
- name: NDR 2
type: custom
id: play NDR 2 on tunein
- name: 80s80s
type: custom
id: play 80s80s on tunein
- name: Nostalgie
type: custom
id: play Nostalgie Deutschland on tunein
- name: Absolut Bella
type: custom
id: play Absolut Bella on tunein
- name: Apple Music - Pop
type: custom
id: play my playlist Pop on Apple Music
- name: Apple Music - Pop Aktuell
type: custom
id: play my playlist Pop aktuell on Apple Music
- name: Apple Music - 90er
type: custom
id: play my playlist 90er on Apple Music
- name: Apple Music - Klassik Pur
type: custom
id: play my playlist Klassik Pur on Apple Music
- name: Apple Music - Haydn
type: custom
id: play my playlist Haydn on Apple Music
- name: Apple Music - Klassik - Best of
type: custom
id: play my playlist Klassik Best of on Apple Music
artwork: material
entity: media_player.echo_buero
source: icon

Wenn ich jetzt die zweitletzte Zeile ändere auf:
entity:media_player.echo_ueberall
funktioniert es leider nicht.
Die Gruppe heißt natürlich “echo_ueberall”. :wink:

Wo liegt mein Fehler? Hoffe ihr könnt mir helfen.