mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update aiolifx (#7279)
This contains a fix for TypeError bug seen only with LIFX Z.
This commit is contained in:
parent
ead457f312
commit
4f5ec3e360
@ -31,7 +31,7 @@ from . import effects as lifx_effects
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['aiolifx==0.4.4']
|
REQUIREMENTS = ['aiolifx==0.4.5']
|
||||||
|
|
||||||
UDP_BROADCAST_PORT = 56700
|
UDP_BROADCAST_PORT = 56700
|
||||||
|
|
||||||
|
@ -48,7 +48,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.4.4
|
aiolifx==0.4.5
|
||||||
|
|
||||||
# homeassistant.components.alarmdecoder
|
# homeassistant.components.alarmdecoder
|
||||||
alarmdecoder==0.12.1.0
|
alarmdecoder==0.12.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user