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" |
Constants for google integration.
| 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" |