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

Variables

string ATTR_CREATE_EMPTY = "create_empty"
 
string ATTR_IMPORT_ICS_FILE = "import_ics_file"
 
string CONF_CALENDAR_NAME = "calendar_name"
 
string CONF_ICS_FILE = "ics_file"
 
string CONF_IMPORT = "import"
 
string CONF_STORAGE_KEY = "storage_key"
 
string DOMAIN = "local_calendar"
 
string STORAGE_PATH = ".storage/local_calendar.{key}.ics"
 

Detailed Description

Constants for the Local Calendar integration.

Variable Documentation

◆ ATTR_CREATE_EMPTY

string homeassistant.components.local_calendar.const.ATTR_CREATE_EMPTY = "create_empty"

Definition at line 10 of file const.py.

◆ ATTR_IMPORT_ICS_FILE

string homeassistant.components.local_calendar.const.ATTR_IMPORT_ICS_FILE = "import_ics_file"

Definition at line 11 of file const.py.

◆ CONF_CALENDAR_NAME

string homeassistant.components.local_calendar.const.CONF_CALENDAR_NAME = "calendar_name"

Definition at line 5 of file const.py.

◆ CONF_ICS_FILE

string homeassistant.components.local_calendar.const.CONF_ICS_FILE = "ics_file"

Definition at line 6 of file const.py.

◆ CONF_IMPORT

string homeassistant.components.local_calendar.const.CONF_IMPORT = "import"

Definition at line 7 of file const.py.

◆ CONF_STORAGE_KEY

string homeassistant.components.local_calendar.const.CONF_STORAGE_KEY = "storage_key"

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ STORAGE_PATH

string homeassistant.components.local_calendar.const.STORAGE_PATH = ".storage/local_calendar.{key}.ics"

Definition at line 13 of file const.py.