Replies: 1 comment
-
YAML setup is going to be deprecated when someone gets around to doing it therefore, you really should migrate to the newer config entry method for setting up the integration. I suspect the issue lies somewhere in the legacy YAML processing logic in that it's likely missing the The logic should test the for YAML
But yours is executing the section which logs "Creating new config entry" which references
I'm not sure what the correct/best fix is. I think your best bet to quickly resolve your issue is to remove your yaml entries, restart HA and add the integration via Settings > Integrations > Add Integration which is the config entry method. |
Beta Was this translation helpful? Give feedback.
-
I am trying to set up and use Nabu Casa tts (or Amazon Polly tts) with Alexa Media Player. But it tells me I need to enter my public url. When I do so, I am entering it in the configuration.yaml as "https://xxxx.link:8443". Please note that I use 8443 rather than 8123 for a little extra security, and it has been working fine for several years. But when I restart Home Assistant I get the following error:
2024-11-02 10:35:31.096 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-11-02 10:35:42.418 DEBUG (MainThread) [custom_components.alexa_media] Importing config information for mt@a**t - https://xxxx.link:8443 from configuration.yaml
2024-11-02 10:35:42.418 DEBUG (MainThread) [custom_components.alexa_media] Found existing config entries
2024-11-02 10:35:42.418 DEBUG (MainThread) [custom_components.alexa_media] Creating new config entry
2024-11-02 10:35:42.418 ERROR (MainThread) [homeassistant.setup] Error during setup of component alexa_media
File "/config/custom_components/alexa_media/init.py", line 189, in async_setup
Can anyone provide any help to solve this?
Beta Was this translation helpful? Give feedback.
All reactions