1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-15 18:44:20 +01:00
Files
core/homeassistant/components/caldav/const.py
T
2024-10-07 08:08:53 +02:00

6 lines
80 B
Python

"""Constants for CalDAV."""
from typing import Final
DOMAIN: Final = "caldav"