Skip to content

Commit c04411f

Browse files
arturpragaczclaude
andauthored
Add integration type to dlna_dmr (home-assistant#157733)
Co-authored-by: Claude <[email protected]>
1 parent 753ea02 commit c04411f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/dlna_dmr/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config_flow": true,
77
"dependencies": ["ssdp"],
88
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
9+
"integration_type": "device",
910
"iot_class": "local_push",
1011
"loggers": ["async_upnp_client"],
1112
"requirements": ["async-upnp-client==0.46.0", "getmac==0.9.5"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@
13741374
"name": "DLNA",
13751375
"integrations": {
13761376
"dlna_dmr": {
1377-
"integration_type": "hub",
1377+
"integration_type": "device",
13781378
"config_flow": true,
13791379
"iot_class": "local_push",
13801380
"name": "DLNA Digital Media Renderer"

0 commit comments

Comments
 (0)