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", "domain": "mpd",
"name": "Music Player Daemon (MPD)", "name": "Music Player Daemon (MPD)",
"codeowners": [], "codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mpd", "documentation": "https://www.home-assistant.io/integrations/mpd",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["mpd"], "loggers": ["mpd"],

View File

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

View File

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