mirror of
https://github.com/home-assistant/core.git
synced 2025-05-08 07:59:18 +00:00
6 lines
117 B
Python
6 lines
117 B
Python
"""Constants for the Local Calendar integration."""
|
|
|
|
DOMAIN = "local_calendar"
|
|
|
|
CONF_CALENDAR_NAME = "calendar_name"
|