mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade aiolifx (#8648)
This release includes a fix for multizone lights with zone counts that are not a multiple of eight.
This commit is contained in:
parent
7c120748ce
commit
81a27e726c
@ -33,7 +33,7 @@ import homeassistant.util.color as color_util
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['aiolifx==0.5.2', 'aiolifx_effects==0.1.1']
|
REQUIREMENTS = ['aiolifx==0.5.4', 'aiolifx_effects==0.1.1']
|
||||||
|
|
||||||
UDP_BROADCAST_PORT = 56700
|
UDP_BROADCAST_PORT = 56700
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ aiodns==1.1.1
|
|||||||
aiohttp_cors==0.5.3
|
aiohttp_cors==0.5.3
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
aiolifx==0.5.2
|
aiolifx==0.5.4
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
aiolifx_effects==0.1.1
|
aiolifx_effects==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user