Skip to content

Commit ca87a8f

Browse files
authored
Update config_entries_config_flow_handler.md (#1713)
Fix Markdown link
1 parent c71b217 commit ca87a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config_entries_config_flow_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ To get started, run `python3 -m script.scaffold config_flow_discovery` and follo
167167

168168
## Configuration via OAuth2
169169

170-
Home Assistant has built-in support for integrations that offer account linking using [the OAuth2 authorization framework]https://www.rfc-editor.org/rfc/rfc6749). To be able to leverage this, you will need to structure your Python API library in a way that allows Home Assistant to be responsible for refreshing tokens. See our [API library guide](api_lib_index.md) on how to do this.
170+
Home Assistant has built-in support for integrations that offer account linking using [the OAuth2 authorization framework](https://www.rfc-editor.org/rfc/rfc6749). To be able to leverage this, you will need to structure your Python API library in a way that allows Home Assistant to be responsible for refreshing tokens. See our [API library guide](api_lib_index.md) on how to do this.
171171

172172
The built-in OAuth2 support works out of the box with locally configured client ID / secret using the [Application Credentials platform](/docs/core/platform/application_credentials) and with the Home Assistant Cloud Account Linking service. This service allows users to link their account with a centrally managed client ID/secret. If you want your integration to be part of this service, reach out to us at [[email protected]](mailto:[email protected]).
173173

0 commit comments

Comments
 (0)