Skip to content

Commit

Permalink
[light.lifx] Update aiolifx (#7882)
Browse files Browse the repository at this point in the history
This makes LIFX Gen3 lights work with the current firmware.
  • Loading branch information
amelchio authored and lwis committed Jun 3, 2017
1 parent 8461cf2 commit 423e809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/light/lifx/__init__.py
Expand Up @@ -37,7 +37,7 @@

_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['aiolifx==0.4.6']
REQUIREMENTS = ['aiolifx==0.4.7']

UDP_BROADCAST_PORT = 56700

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 423e809

Please sign in to comment.