Add config flow to MPD (#117907)

This commit is contained in:
Joost Lekkerkerker 2024-06-09 16:01:19 +02:00 committed by GitHub
parent c9911e4dd4
commit b26f613d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 469 additions and 16 deletions

View file

@ -0,0 +1,7 @@
"""Constants for the MPD integration."""
import logging
DOMAIN = "mpd"
LOGGER = logging.getLogger(__package__)