mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
LIFX: Update aiolifx requirement
This update silences some warnings (frawau/aiolifx#7).
This commit is contained in:
parent
ec490070ca
commit
193270c4fb
@ -32,7 +32,7 @@ from . import effects as lifx_effects
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aiolifx==0.4.5']
|
||||
REQUIREMENTS = ['aiolifx==0.4.6']
|
||||
|
||||
UDP_BROADCAST_PORT = 56700
|
||||
|
||||
|
@ -48,7 +48,7 @@ aiodns==1.1.1
|
||||
aiohttp_cors==0.5.3
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx==0.4.5
|
||||
aiolifx==0.4.6
|
||||
|
||||
# homeassistant.components.alarmdecoder
|
||||
alarmdecoder==0.12.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user