mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
bump aiokef to 0.2.5 which uses locks (#30753)
This commit is contained in:
parent
6b49bea6c4
commit
a26fef38a2
@ -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"]
|
||||
}
|
||||
|
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user