Skip to content

Commit

Permalink
Fix MPD config flow (#121431)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jul 7, 2024
1 parent 5ea1601 commit 17172d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions homeassistant/components/mpd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
1 change: 1 addition & 0 deletions homeassistant/generated/config_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
"motionblinds_ble",
"motioneye",
"motionmount",
"mpd",
"mqtt",
"mullvad",
"mutesync",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -3825,7 +3825,7 @@
"mpd": {
"name": "Music Player Daemon (MPD)",
"integration_type": "hub",
"config_flow": false,
"config_flow": true,
"iot_class": "local_polling"
},
"mqtt": {
Expand Down

0 comments on commit 17172d8

Please sign in to comment.