mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 23:04:55 +01:00
8 lines
114 B
Python
8 lines
114 B
Python
"""Constants for the MPD integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "mpd"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|