mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
6fa8e71b21
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
8 lines
152 B
Python
8 lines
152 B
Python
"""Constants for the Fresh-r integration."""
|
|
|
|
import logging
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "freshr"
|
|
LOGGER = logging.getLogger(__package__)
|