forked from home-assistant/core
Fix LIFX firmware version information (#55713)
This commit is contained in:
committed by
GitHub
parent
b7e8348c30
commit
d8b85b2067
@@ -3,7 +3,7 @@
|
|||||||
"name": "LIFX",
|
"name": "LIFX",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/lifx",
|
"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": {
|
"homekit": {
|
||||||
"models": ["LIFX"]
|
"models": ["LIFX"]
|
||||||
},
|
},
|
||||||
|
@@ -201,7 +201,7 @@ aiokafka==0.6.0
|
|||||||
aiokef==0.2.16
|
aiokef==0.2.16
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==0.6.10
|
aiolifx==0.7.0
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx_effects==0.2.2
|
aiolifx_effects==0.2.2
|
||||||
|
Reference in New Issue
Block a user