mirror of
https://github.com/home-assistant/core.git
synced 2026-07-01 03:36:05 +01:00
16f4dc74bf
Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
100 B
Python
7 lines
100 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|
|
TIMEOUT: Final = 30
|