Files
core/homeassistant/components/freshr/const.py
T
2026-03-09 15:26:03 +01:00

8 lines
152 B
Python

"""Constants for the Fresh-r integration."""
import logging
from typing import Final
DOMAIN: Final = "freshr"
LOGGER = logging.getLogger(__package__)