mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 03:06:03 +01: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"
|