Add config flow to MPD (#117907)
This commit is contained in:
parent
c9911e4dd4
commit
b26f613d06
9 changed files with 469 additions and 16 deletions
7
homeassistant/components/mpd/const.py
Normal file
7
homeassistant/components/mpd/const.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""Constants for the MPD integration."""
|
||||
|
||||
import logging
|
||||
|
||||
DOMAIN = "mpd"
|
||||
|
||||
LOGGER = logging.getLogger(__package__)
|
Loading…
Add table
Add a link
Reference in a new issue