From db05ef6886249c4d3a8fe935ad124edd795a6378 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 2 Apr 2022 22:18:25 -0700 Subject: [PATCH] Update docs/core/platform/developer_credentials.md Co-authored-by: Paulus Schoutsen --- docs/core/platform/developer_credentials.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/core/platform/developer_credentials.md b/docs/core/platform/developer_credentials.md index 8a880663..de8141c4 100644 --- a/docs/core/platform/developer_credentials.md +++ b/docs/core/platform/developer_credentials.md @@ -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: