From a26fef38a201d2b195656ef4c98c7cb601996772 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 14 Jan 2020 17:41:52 +0100 Subject: [PATCH] bump aiokef to 0.2.5 which uses locks (#30753) --- homeassistant/components/kef/manifest.json | 2 +- homeassistant/components/kef/media_player.py | 1 - requirements_all.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/kef/manifest.json b/homeassistant/components/kef/manifest.json index 30335c409ee..b950b144cf9 100644 --- a/homeassistant/components/kef/manifest.json +++ b/homeassistant/components/kef/manifest.json @@ -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"] } diff --git a/homeassistant/components/kef/media_player.py b/homeassistant/components/kef/media_player.py index f0c2de2a86a..177b2fccd13 100644 --- a/homeassistant/components/kef/media_player.py +++ b/homeassistant/components/kef/media_player.py @@ -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"] diff --git a/requirements_all.txt b/requirements_all.txt index 88769dd8647..793b9c81aea 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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