1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 03:36:05 +01:00
Files
core/homeassistant/components/caldav/const.py
T
2026-05-20 15:08:42 +02:00

7 lines
100 B
Python

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