mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
Update aiolifx (#8396)
This commit is contained in:
committed by
Fabian Affolter
parent
cf924cd14d
commit
6c9742afc4
@@ -33,7 +33,7 @@ import homeassistant.util.color as color_util
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aiolifx==0.5.0', 'aiolifx_effects==0.1.0']
|
||||
REQUIREMENTS = ['aiolifx==0.5.2', 'aiolifx_effects==0.1.0']
|
||||
|
||||
UDP_BROADCAST_PORT = 56700
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ aiodns==1.1.1
|
||||
aiohttp_cors==0.5.3
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx==0.5.0
|
||||
aiolifx==0.5.2
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx_effects==0.1.0
|
||||
|
||||
Reference in New Issue
Block a user