1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-05 14:39:16 +00:00
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__)