Fix MPD config flow (#121431)

This commit is contained in:
Joost Lekkerkerker 2024-07-07 14:54:29 +02:00 committed by GitHub
parent 5ea1601c2c
commit 17172d841c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

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

View file

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