1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/radio_browser/const.py

9 lines
166 B
Python

"""Constants for the Radio Browser integration."""
import logging
from typing import Final
DOMAIN: Final = "radio_browser"
LOGGER = logging.getLogger(__package__)