From c0852553199e8bed38ae3cf0f85476e74dfe59ab Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 16 Apr 2022 13:41:14 -0700 Subject: [PATCH] Add blog post for Local OAuth2 breaking changes (#1290) --- blog/2022-04-16-local-oauth2.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 blog/2022-04-16-local-oauth2.md diff --git a/blog/2022-04-16-local-oauth2.md b/blog/2022-04-16-local-oauth2.md new file mode 100644 index 00000000..74792f33 --- /dev/null +++ b/blog/2022-04-16-local-oauth2.md @@ -0,0 +1,9 @@ +--- +author: Allen Porter +authorURL: https://github.com/allenporter +title: "Local OAuth2 Updates" +--- + +As of Home Assistant Core 2022.5, integrations that register a `config_entry_oauth2_flow.LocalOAuth2Implementation` must have a [manifest dependency](https://developers.home-assistant.io/docs/creating_integration_manifest?_highlight=manifest#dependencies) on the `auth` component. + +This is motivated by a broader effort to improve OAuth [Application Credentials](https://github.com/home-assistant/architecture/discussions/692#discussioncomment-2121633) handling, which required changing how the HTTP endpoint for the OAuth callback is registered. \ No newline at end of file