mirror of
https://github.com/home-assistant/core.git
synced 2025-07-01 02:17:08 +00:00
8 lines
133 B
Python
8 lines
133 B
Python
"""Constants for the Holiday integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "holiday"
|
|
|
|
CONF_PROVINCE: Final = "province"
|