Closed jelknab closed 2 months ago
Hey there @velleman, mind taking a look at this issue as it has been labeled with an integration (linkplay
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
linkplay documentation linkplay source (message by IssueLinks)
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (media_player
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
media_player documentation media_player source (message by IssueLinks)
Exact same issue here:
Source: helpers/entity_platform.py:361
integration: Media Player (documentation, issues)
First occurred: 13:14:41 (3 occurrences)
Last logged: 13:52:47
Error while setting up linkplay platform for media_player
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
await asyncio.shield(awaitable)
File "/usr/src/homeassistant/homeassistant/components/linkplay/media_player.py", line 116, in async_setup_entry
async_add_entities([LinkPlayMediaPlayerEntity(entry.runtime_data.bridge)])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/linkplay/media_player.py", line 151, in __init__
SOURCE_MAP[playing_mode] for playing_mode in bridge.device.playmode_support
~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: <PlayingMode.FOLLOWER: '99'>
Fix is scheduled to be in 2024.9.1. See #125283
The problem
I was very excited for the recent update adding https support, hoping this would allow the wiim pro plus to be able to connect. However it does not (yet) seem to work for me. The device is now recognized and added as a "hub", but contains no devices or entities.
I have a snippet from the logs when removing and adding the device.
What version of Home Assistant Core has the issue?
core-2024.9.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
LinkPlay
Link to integration documentation on our website
https://www.home-assistant.io/integrations/linkplay/
Diagnostics information
home-assistant_linkplay_2024-09-05T10-31-24.923Z.log
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response