Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_sheets.application_credentials Namespace Reference

Functions

AuthorizationServer async_get_authorization_server (HomeAssistant hass)
 
dict[str, str] async_get_description_placeholders (HomeAssistant hass)
 

Detailed Description

application_credentials platform for Google Sheets.

Function Documentation

◆ async_get_authorization_server()

AuthorizationServer homeassistant.components.google_sheets.application_credentials.async_get_authorization_server ( HomeAssistant  hass)
Return authorization server.

Definition at line 7 of file application_credentials.py.

◆ async_get_description_placeholders()

dict[str, str] homeassistant.components.google_sheets.application_credentials.async_get_description_placeholders ( HomeAssistant  hass)
Return description placeholders for the credentials dialog.

Definition at line 15 of file application_credentials.py.