mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
6 lines
80 B
Python
6 lines
80 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|