mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix MPD config flow (#121431)
This commit is contained in:
parent
a72cc3c248
commit
8825c50671
@ -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"],
|
||||
|
@ -352,6 +352,7 @@ FLOWS = {
|
||||
"motionblinds_ble",
|
||||
"motioneye",
|
||||
"motionmount",
|
||||
"mpd",
|
||||
"mqtt",
|
||||
"mullvad",
|
||||
"mutesync",
|
||||
|
@ -3814,7 +3814,7 @@
|
||||
"mpd": {
|
||||
"name": "Music Player Daemon (MPD)",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"mqtt": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user