mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Add integration_type device to mpd (#159699)
This commit is contained in:
committed by
GitHub
parent
bfe1e70e06
commit
3175c149c6
@@ -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"]
|
||||
|
||||
@@ -4217,7 +4217,7 @@
|
||||
},
|
||||
"mpd": {
|
||||
"name": "Music Player Daemon (MPD)",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user