Seems the issue is locked., or another problem with Github
I think it’s a problem with github. Page is working for me.
This evening it was working. Added my logs to your issue.
I just noticed this PR
And I’m not happy about this.
Deprecating a perfectly good working feature without adding an alternative.
For me my sms integration is not working at the moment because of issues with the sim. But I am actually planning to fix this soon. If I read this correctly. I shouldn’t need to fix this now.
Breaks a bunch of other scenarios in my installation I’m capturing user ID and using it for things. Prepping (hopefully) for the day when we have true role based security…
But no I’d support the profile having mobile and desktop because long term creation of additional users to support that isn’t the answer.
I agree - got shot down in flames for suggesting having two users was not a sensible solution.
Yeah, i know what you mean. But, at least it’s a solution for now… you just have to adapt all those automations with user id.
If you read the PR, the codeowner is creating an addon that replaces the feature. Remember, the deprecation is 6 months. He has some time to create the addon and he’s working on it at the moment.
I noticed that one as well,
but this feels a little bit like throwing away old shoes before you have new once.
Also this will raise a repair for something I wouldn’t be able to fix at the moment.
I get that sometimes stuff needs to be changed, and since I’m not part of the dev team the decisions are not up to me, but it feels a little bit rushed to deprecate it before the addon is available.
It’s following the deprecation with the core installation method… as in the integration won’t work in HAOS or Container. Whether a replacement exists or not, it’s going to get removed because of that. There’s a handful of other integrations that are Core only that will also be deprecated.
HA! not happening. even with AI assist I’m not editing over 100…
But I know for a fact that it does work on HAOS, But I made my statement and want to leave it at this point, because it probably end up having a different point of view. An add on will be created, and if not we can always move the integration to HACS.
Well… i already edited a couple of dozen most urgent “things” related to esphome, since new naming was implemented and messed my whole HA, and i have still hundreds to go…
But since Petro published “emergency” solution i decided ill do it gradually, one-by-one when i’ll have to edit them.
The beta release notes contains a list of changes in the end (like a “normal” release). This is a preliminary list, right? I mean, something can be added.
yes, in most cases, it’s not up to date in the rc notes until the last patch before release.
And the latest changes will be added to the end of list, right?
(have difficulties with reading, so asking)
probably? I’m not sure if there’s a sort order to it.
Just installed 2025.6 beta and integrated my 20 Amazon devices.
I have created an automation using the code given here but the speaker never says or plays anything
My automation: it triggers, doesn’t fail but no sound comes out.
Did I miss something?
Check your logs for errors.
I had issues that were solved with a restart. Upon inspection of the logs, I noticed a large number of errors.
I have restarted HA but still no dice.
On /config/logs , if I filter out on the amazon
keyword, I see a couple of errors (not popping specifically when I press my Ikea button to launch the automation) but I’m not sure what to make of them:
The last line is related to NON Echo Dot devices so fair enough since the integration only supports Dots.
Unexpected error fetching [email protected] data
Logger: homeassistant.components.amazon_devices
Source: helpers/update_coordinator.py:382
integration: Amazon Devices (documentation, issues)
First occurred: 08:42:36 (1 occurrence)
Last logged: 08:42:36
Unexpected error fetching [email protected] data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 382, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/amazon_devices/coordinator.py", line 54, in _async_update_data
return await self.api.get_devices_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aioamazondevices/api.py", line 562, in get_devices_data
for data in json_data[key]:
~~~~~~~~~^^^^^
KeyError: 'devices'