Closed cloudbr34k84 closed 7 months ago
Seeing the same issue. Integration is no longer functioning.
Looks like there's some info on how to fix this in this thread: https://community.home-assistant.io/t/error-async-get-registry-after-core-2023-5-0/567951/8 I'm away for the next few days, so I'm not sure if I'll get to this before the beta see's wider adoption.
If someone has time to test the solution in the discussion I linked I'd be very happy to accept a PR, otherwise I'll try and get to it sometime in the next two weeks.
Nevermind, that's unrelated.
It looks like the underlying change is this one: https://github.com/home-assistant/core/pull/116077 That PR doesn't help me understand what the integration is doing wrong unfortunately.
@frenck any chance you can point me to something with more context?
Looks like there's some info on how to fix this in this thread: https://community.home-assistant.io/t/error-async-get-registry-after-core-2023-5-0/567951/8 I'm away for the next few days, so I'm not sure if I'll get to this before the beta see's wider adoption.
If someone has time to test the solution in the discussion I linked I'd be very happy to accept a PR, otherwise I'll try and get to it sometime in the next two weeks.
No worries, thanks for acknowledging. I dont have coding experience so im happy to just wait
Need to change
self.hass.services.async_register(
To
self.hass.services._async_register(
On line 77 in services.py
Worked for me.
@chris4824 appreciate the enthusiasm. FYI that's not a great fix because it just bypasses a check that was added to deal with crashes in home assistant.
Turns out the problem is much easier to fix properly than I imagined by just dropping the async_
per https://developers.home-assistant.io/docs/asyncio_working_with_async/?_highlight=async
If someone is running the beta, could you please test the fix before I release a new version.
You can do this by going to the integration in HACS, selecting re-download and choosing develop
from the version drop down.
Looks like HACS might be broken and not allowing installing from a branch at the moment, so I went ahead and released v0.6.2 with this fix.
Ok I was just Bout switch to beta version
Hey there, i just updated to HA Core 2024.5.0b0 and got this notification in my logs