bump aiokef to 0.2.5 which uses locks (#30753)

This commit is contained in:
Bas Nijholt 2020-01-14 17:41:52 +01:00 committed by Pascal Vizeli
parent 6b49bea6c4
commit a26fef38a2
3 changed files with 2 additions and 3 deletions

View File

@ -4,5 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/kef",
"dependencies": [],
"codeowners": ["@basnijholt"],
"requirements": ["aiokef==0.2.2", "getmac==0.8.1"]
"requirements": ["aiokef==0.2.5", "getmac==0.8.1"]
}

View File

@ -40,7 +40,6 @@ DEFAULT_INVERSE_SPEAKER_MODE = False
DOMAIN = "kef"
SCAN_INTERVAL = timedelta(seconds=30)
PARALLEL_UPDATES = 0
SOURCES = {"LSX": ["Wifi", "Bluetooth", "Aux", "Opt"]}
SOURCES["LS50"] = SOURCES["LSX"] + ["Usb"]

View File

@ -172,7 +172,7 @@ aioimaplib==0.7.15
aiokafka==0.5.1
# homeassistant.components.kef
aiokef==0.2.2
aiokef==0.2.5
# homeassistant.components.lifx
aiolifx==0.6.7