Fix LIFX firmware version information (#55713)

This commit is contained in:
Anders Melchiorsen 2021-09-04 13:18:23 +02:00 committed by GitHub
parent b7e8348c30
commit d8b85b2067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"]
},

View file

@ -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