mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 01:32:55 +01:00
7 lines
100 B
Python
7 lines
100 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|
|
TIMEOUT: Final = 30
|