Merge branch 'developer_credentials' of github.com:allenporter/developers.home-assistant into developer_credentials

This commit is contained in:
Allen Porter 2022-04-03 10:19:55 -07:00
commit ec811fc6e6

View File

@ -29,7 +29,8 @@ async def async_get_authorization_server(
)
# Optional: Only implement if needed to provide a credential from configuration.yaml
# Optional and provided only for backwards compatibility if integration used to
# accept YAML credentials. Return YAML client ID and secret.
async def async_get_developer_credential(
self, hass: HomeAssistant
) -> DeveloperCredential: