Update docs/core/platform/developer_credentials.md

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Allen Porter 2022-04-02 22:18:25 -07:00 committed by GitHub
parent c701c3f9cb
commit db05ef6886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ async def async_get_authorization_server(
"""Return 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: