1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00
Files
core/homeassistant/components/local_calendar/const.py
2022-11-30 21:20:21 +01:00

6 lines
117 B
Python

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