mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 02:16:29 +00:00
Merge branch 'developer_credentials' of github.com:allenporter/developers.home-assistant into developer_credentials
This commit is contained in:
commit
ec811fc6e6
@ -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(
|
async def async_get_developer_credential(
|
||||||
self, hass: HomeAssistant
|
self, hass: HomeAssistant
|
||||||
) -> DeveloperCredential:
|
) -> DeveloperCredential:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user