mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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",
|
||||
"requirements": ["async-upnp-client==0.14.13"],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@StevenLooman"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
},
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
||||
}
|
||||
]
|
||||
"codeowners": ["@StevenLooman"]
|
||||
}
|
||||
|
@ -81,14 +81,6 @@ SSDP = {
|
||||
"manufacturer": "Synology"
|
||||
}
|
||||
],
|
||||
"upnp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
},
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
|
||||
}
|
||||
],
|
||||
"wemo": [
|
||||
{
|
||||
"manufacturer": "Belkin International Inc."
|
||||
|
Loading…
x
Reference in New Issue
Block a user