1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-29 10:46:02 +01:00
Files
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__)