1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-19 15:00:27 +01:00
Files
core/homeassistant/components/mpd/const.py
T
2024-06-09 16:01:19 +02:00

8 lines
114 B
Python

"""Constants for the MPD integration."""
import logging
DOMAIN = "mpd"
LOGGER = logging.getLogger(__package__)