1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/lifx/manifest.json
2021-09-04 13:18:23 +02:00

13 lines
293 B
JSON

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