mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
Update docs/core/platform/developer_credentials.md
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
c701c3f9cb
commit
db05ef6886
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user