Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.local_calendar.const
 

Variables

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