Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.google_sheets
 

Functions

bool homeassistant.components.google_sheets.async_entry_has_scopes (HomeAssistant hass, GoogleSheetsConfigEntry entry)
 
bool homeassistant.components.google_sheets.async_setup_entry (HomeAssistant hass, GoogleSheetsConfigEntry entry)
 
None homeassistant.components.google_sheets.async_setup_service (HomeAssistant hass)
 
bool homeassistant.components.google_sheets.async_unload_entry (HomeAssistant hass, GoogleSheetsConfigEntry entry)
 

Variables

string homeassistant.components.google_sheets.DATA = "data"
 
string homeassistant.components.google_sheets.DATA_CONFIG_ENTRY = "config_entry"
 
 homeassistant.components.google_sheets.GoogleSheetsConfigEntry
 
string homeassistant.components.google_sheets.SERVICE_APPEND_SHEET = "append_sheet"
 
 homeassistant.components.google_sheets.SHEET_SERVICE_SCHEMA
 
string homeassistant.components.google_sheets.WORKSHEET = "worksheet"