1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-17 14:01:34 +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"