Skip to content

Commit 0fbb321

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to dlna_dms (home-assistant#157723)
Co-authored-by: Claude <[email protected]>
1 parent c82ce1f commit 0fbb321

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/dlna_dms/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_dms",
9+
"integration_type": "service",
910
"iot_class": "local_polling",
1011
"requirements": ["async-upnp-client==0.46.0"],
1112
"ssdp": [

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@
13801380
"name": "DLNA Digital Media Renderer"
13811381
},
13821382
"dlna_dms": {
1383-
"integration_type": "hub",
1383+
"integration_type": "service",
13841384
"config_flow": true,
13851385
"iot_class": "local_polling",
13861386
"name": "DLNA Digital Media Server"

0 commit comments

Comments
 (0)