Fix MPD config flow (#121431)
This commit is contained in:
parent
5ea1601c2c
commit
17172d841c
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
"domain": "mpd",
|
||||
"name": "Music Player Daemon (MPD)",
|
||||
"codeowners": [],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/mpd",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["mpd"],
|
||||
|
|
|
@ -353,6 +353,7 @@ FLOWS = {
|
|||
"motionblinds_ble",
|
||||
"motioneye",
|
||||
"motionmount",
|
||||
"mpd",
|
||||
"mqtt",
|
||||
"mullvad",
|
||||
"mutesync",
|
||||
|
|
|
@ -3825,7 +3825,7 @@
|
|||
"mpd": {
|
||||
"name": "Music Player Daemon (MPD)",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"mqtt": {
|
||||
|
|
Loading…
Add table
Reference in a new issue