Add integration_type device to mpd (#159699)

This commit is contained in:
Joost Lekkerkerker
2025-12-25 13:53:20 +01:00
committed by GitHub
parent bfe1e70e06
commit 3175c149c6
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mpd",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["mpd"],
"requirements": ["python-mpd2==3.1.1"]

View File

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