-
Notifications
You must be signed in to change notification settings - Fork 307
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
ValueError Config entry already setup #2788
Comments
Also getting the same error. Everything SEEMS to be working. ALEXA: 5.3.0
|
The issue has received no activity for 60 days and will be closed in a week. |
Still getting same issue
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.
Describe the bug
Media player state was not updating, got this error in the log.
Reloading the integration seems to have worked.
To Reproduce
Expected behavior
Screenshots
System details
const.py
or HA startup log): v5.3.0pip show alexapy
in homeasssistant container or HA startup log):Debug Logs (alexa_media & alexapy)
Please provide logs.
Logger: homeassistant.config_entries
Source: config_entries.py:640
First occurred: January 4, 2025 at 13:02:31 (144 occurrences)
Last logged: 08:37:43
Error setting up entry Amazon Alexa for media_player
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/media_player/init.py", line 456, in async_setup_entry
return await hass.data[DATA_COMPONENT].async_setup_entry(entry)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 186, in async_setup_entry
raise ValueError(
...<2 lines>...
)
ValueError: Config entry Amazon Alexa (86fcb8f439ed4dc534508df67b76b566) for alexa_media.media_player has already been setup!
Additional context
The text was updated successfully, but these errors were encountered: