Fix missing link in scaffold comment (#50936)

This commit is contained in:
Milan Meulemans 2021-05-21 21:21:26 +02:00 committed by GitHub
parent 752a4b9d2c
commit 5491040693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <insert url>.
# For more info see the docs at https://developers.home-assistant.io/docs/api_lib_auth/#oauth2.
class ConfigEntryAuth(my_pypi_package.AbstractAuth):