-
Notifications
You must be signed in to change notification settings - Fork 289
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
Unable to control devices in Dutch language #2480
Comments
@GJurriens I think const.py in alexapy might need updating: LOCALE_KEY = {
".de": "de_DE",
".com.au": "en_AU",
".ca": "en_CA",
".co.uk": "en_GB",
".in": "en_IN",
".com": "en_US",
".es": "es_ES",
".mx": "es_MX",
".fr": "fr_FR",
".it": "it_IT",
".co.jp": "ja_JP",
".com.br": "pt_BR",
} |
Thank you for your response danielbrunt57. I have tried adding ".nl": "nl_NL", to the locale key, but that didn't seem to help. When I check the log, I see the following: Error setting up entry [email protected] - amazon.nl for alexa_media |
home-assistant_alexa_media_2024-08-24T10-52-50.335Z.log |
@GJurriens You need to replace the python3.12/http/cookies.py with the one from Python 3.13 beta PR gh-112713 which will add support for the new Partitioned attribute in the Morsel object in http.cookies. |
The issue has received no activity for 60 days and will be closed in a week. |
@GJurriens Is this still an issue for you on current versions? |
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
When an Alexa device is set to Dutch language, you cannot control it or see any status updates. The devices get detected but every entity shows as unavailable
To Reproduce
Set a device to use the Dutch language and check after configuring the integration. English language devices are normally detected and are able to be operated, Dutch devices do show up, but all operations are not available
Expected behavior
To be able to see the status of and controll when the device is in Dutch language.
Screenshots
System details
const.py
or HA startup log): 4.12.10pip show alexapy
in homeasssistant container or HA startup log):Debug Logs (alexa_media & alexapy)
Please provide logs.
Additional context
Dutch language support has just gone generally available, so maybe that is why it does not work yet.
The text was updated successfully, but these errors were encountered: