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

Variables

string CONF_CALENDAR_ACCESS = "calendar_access"
 
string CONF_CREDENTIAL_TYPE = "credential_type"
 
string DATA_CALENDARS = "calendars"
 
string DATA_CONFIG = "config"
 
string DATA_SERVICE = "service"
 
string DATA_STORE = "store"
 
 DEFAULT_FEATURE_ACCESS = FeatureAccess.read_write
 
string DOMAIN = "google"
 
string EVENT_DESCRIPTION = "description"
 
string EVENT_END_DATE = "end_date"
 
string EVENT_END_DATETIME = "end_date_time"
 
string EVENT_IN = "in"
 
string EVENT_IN_DAYS = "days"
 
string EVENT_IN_WEEKS = "weeks"
 
string EVENT_LOCATION = "location"
 
string EVENT_START_DATE = "start_date"
 
string EVENT_START_DATETIME = "start_date_time"
 
string EVENT_SUMMARY = "summary"
 
string EVENT_TYPES_CONF = "event_types"
 

Detailed Description

Constants for google integration.

Variable Documentation

◆ CONF_CALENDAR_ACCESS

string homeassistant.components.google.const.CONF_CALENDAR_ACCESS = "calendar_access"

Definition at line 9 of file const.py.

◆ CONF_CREDENTIAL_TYPE

string homeassistant.components.google.const.CONF_CREDENTIAL_TYPE = "credential_type"

Definition at line 10 of file const.py.

◆ DATA_CALENDARS

string homeassistant.components.google.const.DATA_CALENDARS = "calendars"

Definition at line 11 of file const.py.

◆ DATA_CONFIG

string homeassistant.components.google.const.DATA_CONFIG = "config"

Definition at line 13 of file const.py.

◆ DATA_SERVICE

string homeassistant.components.google.const.DATA_SERVICE = "service"

Definition at line 12 of file const.py.

◆ DATA_STORE

string homeassistant.components.google.const.DATA_STORE = "store"

Definition at line 14 of file const.py.

◆ DEFAULT_FEATURE_ACCESS

homeassistant.components.google.const.DEFAULT_FEATURE_ACCESS = FeatureAccess.read_write

Definition at line 33 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ EVENT_DESCRIPTION

string homeassistant.components.google.const.EVENT_DESCRIPTION = "description"

Definition at line 43 of file const.py.

◆ EVENT_END_DATE

string homeassistant.components.google.const.EVENT_END_DATE = "end_date"

Definition at line 44 of file const.py.

◆ EVENT_END_DATETIME

string homeassistant.components.google.const.EVENT_END_DATETIME = "end_date_time"

Definition at line 45 of file const.py.

◆ EVENT_IN

string homeassistant.components.google.const.EVENT_IN = "in"

Definition at line 46 of file const.py.

◆ EVENT_IN_DAYS

string homeassistant.components.google.const.EVENT_IN_DAYS = "days"

Definition at line 47 of file const.py.

◆ EVENT_IN_WEEKS

string homeassistant.components.google.const.EVENT_IN_WEEKS = "weeks"

Definition at line 48 of file const.py.

◆ EVENT_LOCATION

string homeassistant.components.google.const.EVENT_LOCATION = "location"

Definition at line 49 of file const.py.

◆ EVENT_START_DATE

string homeassistant.components.google.const.EVENT_START_DATE = "start_date"

Definition at line 50 of file const.py.

◆ EVENT_START_DATETIME

string homeassistant.components.google.const.EVENT_START_DATETIME = "start_date_time"

Definition at line 51 of file const.py.

◆ EVENT_SUMMARY

string homeassistant.components.google.const.EVENT_SUMMARY = "summary"

Definition at line 52 of file const.py.

◆ EVENT_TYPES_CONF

string homeassistant.components.google.const.EVENT_TYPES_CONF = "event_types"

Definition at line 53 of file const.py.