Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.google.const .CredentialType
 
class  homeassistant.components.google.const .FeatureAccess
 

Namespaces

 homeassistant.components.google.const
 

Variables

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