From 5491040693e3801ad2bbcb6076e3aad62479b4f7 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Fri, 21 May 2021 21:21:26 +0200 Subject: [PATCH] Fix missing link in scaffold comment (#50936) --- script/scaffold/templates/config_flow_oauth2/integration/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/scaffold/templates/config_flow_oauth2/integration/api.py b/script/scaffold/templates/config_flow_oauth2/integration/api.py index 4f15099c8e1..9ae65bb4d85 100644 --- a/script/scaffold/templates/config_flow_oauth2/integration/api.py +++ b/script/scaffold/templates/config_flow_oauth2/integration/api.py @@ -9,7 +9,7 @@ from homeassistant.helpers import config_entry_oauth2_flow # TODO the following two API examples are based on our suggested best practices # for libraries using OAuth2 with requests or aiohttp. Delete the one you won't use. -# For more info see the docs at . +# For more info see the docs at https://developers.home-assistant.io/docs/api_lib_auth/#oauth2. class ConfigEntryAuth(my_pypi_package.AbstractAuth):