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

Variables

string DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"
 
string DEFAULT_NAME = "Google Sheets"
 
string DOMAIN = "google_sheets"
 

Detailed Description

Constants for Google Sheets integration.

Variable Documentation

◆ DEFAULT_ACCESS

string homeassistant.components.google_sheets.const.DEFAULT_ACCESS = "https://www.googleapis.com/auth/drive.file"

Definition at line 8 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.google_sheets.const.DEFAULT_NAME = "Google Sheets"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.google_sheets.const.DOMAIN = "google_sheets"

Definition at line 5 of file const.py.