We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using this excellent integration, but it throws the following messages when starting up home assisstant (as a docker container):
homeassistant | 2024-11-16 08:24:32.197 ERROR (MainThread) [homeassistant.components.tts] Error while setting up openai_tts platform for tts homeassistant | Traceback (most recent call last): homeassistant | File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_setup_platform homeassistant | await asyncio.shield(awaitable) homeassistant | File "/config/custom_components/openai_tts/tts.py", line 32, in async_setup_entry homeassistant | config_entry.data[CONF_URL] homeassistant | ~~~~~~~~~~~~~~~~~^^^^^^^^^^ homeassistant | KeyError: 'url' homeassistant | 2024-11-16 08:24:32.203 ERROR (MainThread) [homeassistant.components.tts] Error while setting up openai_tts platform for tts homeassistant | Traceback (most recent call last): homeassistant | File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 365, in _async_setup_platform homeassistant | await asyncio.shield(awaitable) homeassistant | File "/config/custom_components/openai_tts/tts.py", line 32, in async_setup_entry homeassistant | config_entry.data[CONF_URL] homeassistant | ~~~~~~~~~~~~~~~~~^^^^^^^^^^ homeassistant | KeyError: 'url'
Is there anything I can do about it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using this excellent integration, but it throws the following messages when starting up home assisstant (as a docker container):
Is there anything I can do about it?
The text was updated successfully, but these errors were encountered: