mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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",
|
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@basnijholt"],
|
"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"
|
DOMAIN = "kef"
|
||||||
|
|
||||||
SCAN_INTERVAL = timedelta(seconds=30)
|
SCAN_INTERVAL = timedelta(seconds=30)
|
||||||
PARALLEL_UPDATES = 0
|
|
||||||
|
|
||||||
SOURCES = {"LSX": ["Wifi", "Bluetooth", "Aux", "Opt"]}
|
SOURCES = {"LSX": ["Wifi", "Bluetooth", "Aux", "Opt"]}
|
||||||
SOURCES["LS50"] = SOURCES["LSX"] + ["Usb"]
|
SOURCES["LS50"] = SOURCES["LSX"] + ["Usb"]
|
||||||
|
@ -172,7 +172,7 @@ aioimaplib==0.7.15
|
|||||||
aiokafka==0.5.1
|
aiokafka==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.kef
|
# homeassistant.components.kef
|
||||||
aiokef==0.2.2
|
aiokef==0.2.5
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==0.6.7
|
aiolifx==0.6.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user