core/homeassistant/components/local_calendar/const.py

7 lines
150 B
Python

"""Constants for the Local Calendar integration."""
DOMAIN = "local_calendar"
CONF_CALENDAR_NAME = "calendar_name"
CONF_STORAGE_KEY = "storage_key"