Eric
Eric
Yep something like that sounds familiar
Yes I can reproduce this. It seems that the name in MA is derived from the entity_id, not the friendly name (when provided)
Hi MA by default uses TCP port 8095 for streaming. That port should not be blocked. Best Eric
Hi As @OzGav already mentioned, it's hard to support non standard configurations. But maybe it's worth to shortly look into: > Hi, i have the feeling that it doesn't use...
Hi @marcelveldt Please have a quick look. In the thread above (https://github.com/music-assistant/hass-music-assistant/issues/898#issuecomment-1244082901) you find an example where the connect error contains another IP address than the configured internal IP. Although...
@thomas-svrts The issue derailed a little by others. Can you please indicate if your original Sonos issue is still actual? Best Eric
@thomas-svrts Thanks for confirming the problem is not resolved. I leave the issue open then.
I guess the images provided by the mass player are indeed low res, scaled voor use in the MA UI. This notification use case was probably not considered. But I'm...
I found a work around: ``` filter: template: '{{ state_attr(''group.system'',''entity_id'') | join('', '') }}' sort: method: none ```
> Here is how to show a list of entity_ids: > > ``` > {{states.light | selectattr('state', '==', 'on') | map(attribute='entity_id') | list}} > ``` Yes with adding the map...