mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Make sure upnp-router is also initialized when first seen through an advertisement (#91037)
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
},
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
||||
},
|
||||
{
|
||||
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
},
|
||||
{
|
||||
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -305,6 +305,12 @@ SSDP = {
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2",
|
||||
},
|
||||
{
|
||||
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
|
||||
},
|
||||
{
|
||||
"nt": "urn:schemas-upnp-org:device:InternetGatewayDevice:2",
|
||||
},
|
||||
],
|
||||
"webostv": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user