[light.lifx] Update aiolifx (#7882)
This makes LIFX Gen3 lights work with the current firmware.
This commit is contained in:
parent
8461cf2717
commit
423e809e45
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ from . import effects as lifx_effects
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aiolifx==0.4.6']
|
||||
REQUIREMENTS = ['aiolifx==0.4.7']
|
||||
|
||||
UDP_BROADCAST_PORT = 56700
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ aiodns==1.1.1
|
|||
aiohttp_cors==0.5.3
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx==0.4.6
|
||||
aiolifx==0.4.7
|
||||
|
||||
# homeassistant.components.scene.hunterdouglas_powerview
|
||||
aiopvapi==1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue