mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
9 lines
171 B
Python
9 lines
171 B
Python
"""Constants for the Holiday integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "holiday"
|
|
|
|
CONF_PROVINCE: Final = "province"
|
|
CONF_CATEGORIES: Final = "categories"
|