mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix MPD config flow (#121431)
This commit is contained in:
parent
5ea1601c2c
commit
17172d841c
@ -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"],
|
||||||
|
@ -353,6 +353,7 @@ FLOWS = {
|
|||||||
"motionblinds_ble",
|
"motionblinds_ble",
|
||||||
"motioneye",
|
"motioneye",
|
||||||
"motionmount",
|
"motionmount",
|
||||||
|
"mpd",
|
||||||
"mqtt",
|
"mqtt",
|
||||||
"mullvad",
|
"mullvad",
|
||||||
"mutesync",
|
"mutesync",
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user