mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 07:06:19 +01:00
6 lines
80 B
Python
6 lines
80 B
Python
"""Constants for CalDAV."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "caldav"
|