"""Constants for the MPD integration."""

import logging

DOMAIN = "mpd"

LOGGER = logging.getLogger(__package__)