developers.home-assistant/blog/2022-04-16-local-oauth2.md

648 B

author authorURL title
Allen Porter https://github.com/allenporter Local OAuth2 Updates

As of Home Assistant Core 2022.5, integrations that register a config_entry_oauth2_flow.LocalOAuth2Implementation must have a manifest dependency on the auth component.

This is motivated by a broader effort to improve OAuth Application Credentials handling, which required changing how the HTTP endpoint for the OAuth callback is registered.