1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-21 03:20:01 +00:00
Files
core/homeassistant/components/caldav/const.py
2024-10-07 08:08:53 +02:00

6 lines
80 B
Python

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