mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Disable upnp SSDP discovery (#34756)
This commit is contained in:
parent
d74ece92f9
commit
b8ebb94bc6
@ -5,13 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
"documentation": "https://www.home-assistant.io/integrations/upnp",
|
||||||
"requirements": ["async-upnp-client==0.14.13"],
|
"requirements": ["async-upnp-client==0.14.13"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@StevenLooman"],
|
"codeowners": ["@StevenLooman"]
|
||||||
"ssdp": [
|
|
||||||
{
|
|
||||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -81,14 +81,6 @@ SSDP = {
|
|||||||
"manufacturer": "Synology"
|
"manufacturer": "Synology"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"upnp": [
|
|
||||||
{
|
|
||||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"wemo": [
|
"wemo": [
|
||||||
{
|
{
|
||||||
"manufacturer": "Belkin International Inc."
|
"manufacturer": "Belkin International Inc."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user