mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add integration type to dlna_dms (#157723)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
Franck Nijhof
parent
c82ce1ff89
commit
0fbb3215b4
@@ -6,6 +6,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["ssdp"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/dlna_dms",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["async-upnp-client==0.46.0"],
|
||||
"ssdp": [
|
||||
|
||||
@@ -1380,7 +1380,7 @@
|
||||
"name": "DLNA Digital Media Renderer"
|
||||
},
|
||||
"dlna_dms": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"name": "DLNA Digital Media Server"
|
||||
|
||||
Reference in New Issue
Block a user