core/homeassistant/components/local_calendar/const.py

6 lines
117 B
Python
Raw Normal View History

2022-11-30 20:20:21 +00:00
"""Constants for the Local Calendar integration."""
DOMAIN = "local_calendar"
CONF_CALENDAR_NAME = "calendar_name"