Fix repeating SSDP errors by checking address scope_ids and proper hostname (#81611)
This commit is contained in:
parent
f66009c77d
commit
a635e9c9d2
9 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "ssdp",
|
||||
"name": "Simple Service Discovery Protocol (SSDP)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/ssdp",
|
||||
"requirements": ["async-upnp-client==0.32.1"],
|
||||
"requirements": ["async-upnp-client==0.32.2"],
|
||||
"dependencies": ["network"],
|
||||
"after_dependencies": ["zeroconf"],
|
||||
"codeowners": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue