1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/holiday/const.py

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"