mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 19:40:11 +00:00
6 lines
80 B
Python
6 lines
80 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|