core/homeassistant/components/remote_calendar/const.py

5 lines
118 B
Python

"""Constants for the Remote Calendar integration."""
DOMAIN = "remote_calendar"
CONF_CALENDAR_NAME = "calendar_name"