1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/lifx/manifest.json
2020-01-07 08:19:17 +01:00

13 lines
283 B
JSON

{
"domain": "lifx",
"name": "LIFX",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lifx",
"requirements": ["aiolifx==0.6.7", "aiolifx_effects==0.2.2"],
"homekit": {
"models": ["LIFX"]
},
"dependencies": [],
"codeowners": []
}