Fix MPD config flow (#121431)

This commit is contained in:
Joost Lekkerkerker 2024-07-07 14:54:29 +02:00 committed by Franck Nijhof
parent a72cc3c248
commit 8825c50671
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 1 deletions

View File

@ -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"],

View File

@ -352,6 +352,7 @@ FLOWS = {
"motionblinds_ble",
"motioneye",
"motionmount",
"mpd",
"mqtt",
"mullvad",
"mutesync",

View File

@ -3814,7 +3814,7 @@
"mpd": {
"name": "Music Player Daemon (MPD)",
"integration_type": "hub",
"config_flow": false,
"config_flow": true,
"iot_class": "local_polling"
},
"mqtt": {