-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linkplay integration moving into core #866
Comments
I am getting error |
Please fix this. As of 2024.11.2, the Linkplay integration in Core is fully functional, but link/unlink don't work in mini-media-player for this platform. |
When Linkplay became part of the Core, the developer of Linkplay did not include this along with several other features. It must be added to Linkplay prior to it working here. |
@DaveCBr the Linkplay-Integration seems to support join / unjoin now. The problem is, that the mini-media-play is using command |
The Linkplay integration now supports the standard media_player actions, including |
I see that the code was changed for join/unjoin however still getting errors thrown from link play. "Failed to perform the action media_player/join. Entity media_player.deck_dlna does not support this service" This is probably a format issue of the command. It should be media_player.join not /join |
@DaveCBr which branch are you using? In my branch join works. The problem is the way the group members are determined. Joined devices are not correctly displayed in the mini-media-player. |
I am using the base branch/ version that is released. What version should I load as a test? |
I created an issue on the linkplay integration in ha-core. To fix the group_members property, maybe someone can help there. |
The correct join and unjoin, for the new core-linkplay integration, should be from media_player platform.
linkplay.join should be changed to media_player.join to work with the new integration.
mini-media-player/src/model.ts
Line 429 in c2ff27f
The text was updated successfully, but these errors were encountered: