Functions | |
| AuthorizationServer | async_get_authorization_server (HomeAssistant hass) |
Variables | |
| string | OAUTH2_AUTHORIZE = "https://oauth.aaecosystem.com/authorize" |
| string | OAUTH2_TOKEN = "https://oauth.aaecosystem.com/access_token" |
application_credentials platform the yale integration.
| AuthorizationServer homeassistant.components.yale.application_credentials.async_get_authorization_server | ( | HomeAssistant | hass | ) |
Return authorization server.
Definition at line 10 of file application_credentials.py.
| string homeassistant.components.yale.application_credentials.OAUTH2_AUTHORIZE = "https://oauth.aaecosystem.com/authorize" |
Definition at line 6 of file application_credentials.py.
| string homeassistant.components.yale.application_credentials.OAUTH2_TOKEN = "https://oauth.aaecosystem.com/access_token" |
Definition at line 7 of file application_credentials.py.