mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Make sure upnp-router is also initialized when first seen through an advertisement (#91037)
This commit is contained in:
parent
828a2779a0
commit
07421927ec
@ -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": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user