Fix repeating SSDP errors by checking address scope_ids and proper hostname (#81611)

This commit is contained in:
Steven Looman 2022-11-05 23:11:59 +01:00 committed by GitHub
parent f66009c77d
commit a635e9c9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -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": [],