mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add integration type to dlna_dmr (#157733)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
Franck Nijhof
parent
6fc000ee2a
commit
4d232c63f8
@@ -6,6 +6,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["ssdp"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"],
|
||||
|
||||
@@ -1374,7 +1374,7 @@
|
||||
"name": "DLNA",
|
||||
"integrations": {
|
||||
"dlna_dmr": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "DLNA Digital Media Renderer"
|
||||
|
||||
Reference in New Issue
Block a user