mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
8 lines
114 B
Python
8 lines
114 B
Python
"""Constants for the MPD integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "mpd"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|