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

Commits on May 22, 2023

  1. Update for Home Assistant 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.
    davidz25 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1677b1e View commit details
    Browse the repository at this point in the history