mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Disable upnp SSDP discovery (#34756)
This commit is contained in:
@@ -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."
|
||||||
|
Reference in New Issue
Block a user