Skip to content
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

Update for Home Assistant 2023.5.0 #7

Merged
merged 1 commit into from May 22, 2023
Merged

Conversation

davidz25
Copy link
Contributor

The hass-luxor custom component stopped working in Home Assistant 2023.5.0 and the root problem is that async_get_registry() was removed. Turns out that and async_get() is the replacement. For more information see

https://community.home-assistant.io/t/error-async-get-registry-after-core-2023-5-0/

Manually tested that this makes hass-luxor work again on 2023.5.0.

The hass-luxor custom component stopped working in Home Assistant 2023.5.0
and the root problem is that async_get_registry() was removed. Turns out
that and async_get() is the replacement. For more information see

 https://community.home-assistant.io/t/error-async-get-registry-after-core-2023-5-0/

Manually tested that this makes hass-luxor work again on 2023.5.0.
@dcramer
Copy link
Owner

dcramer commented May 22, 2023

The hero we need 🙏🙏🙏

@dcramer
Copy link
Owner

dcramer commented May 22, 2023

I'm assuming CI used to pass, but its unrelated to this change so we're gonna ship it.

@dcramer dcramer merged commit c656223 into dcramer:master May 22, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants