Skip to content

Commit

Permalink
Fix LIFX firmware version information (home-assistant#55713)
Browse files Browse the repository at this point in the history
  • Loading branch information
amelchio authored Sep 4, 2021
1 parent b7e8348 commit d8b85b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/lifx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "LIFX",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lifx",
"requirements": ["aiolifx==0.6.10", "aiolifx_effects==0.2.2"],
"requirements": ["aiolifx==0.7.0", "aiolifx_effects==0.2.2"],
"homekit": {
"models": ["LIFX"]
},
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ aiokafka==0.6.0
aiokef==0.2.16

# homeassistant.components.lifx
aiolifx==0.6.10
aiolifx==0.7.0

# homeassistant.components.lifx
aiolifx_effects==0.2.2
Expand Down

0 comments on commit d8b85b2

Please sign in to comment.