mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 18:24:52 -05: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"
|