bump aiokef to 0.2.10 (#36574)

0.2.9 generated a lot of calls on the event loop.
This commit is contained in:
Bas Nijholt 2020-06-08 23:05:55 +02:00 committed by GitHub
parent c33edbe5bb
commit 5e2de4531f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@
"name": "KEF",
"documentation": "https://www.home-assistant.io/integrations/kef",
"codeowners": ["@basnijholt"],
"requirements": ["aiokef==0.2.9", "getmac==0.8.2"]
"requirements": ["aiokef==0.2.10", "getmac==0.8.2"]
}