core/homeassistant/components/lifx/manifest.json

50 lines
972 B
JSON

{
"domain": "lifx",
"name": "LIFX",
"codeowners": [],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
{
"macaddress": "D073D5*"
},
{
"registered_devices": true
}
],
"documentation": "https://www.home-assistant.io/integrations/lifx",
"homekit": {
"models": [
"LIFX A19",
"LIFX Beam",
"LIFX BR30",
"LIFX Candle",
"LIFX Clean",
"LIFX Color",
"LIFX DLCOL",
"LIFX Dlight",
"LIFX DLWW",
"LIFX Downlight",
"LIFX Filament",
"LIFX GU10",
"LIFX Lightstrip",
"LIFX Mini",
"LIFX Neon",
"LIFX Nightvision",
"LIFX Pls",
"LIFX Plus",
"LIFX String",
"LIFX Tile",
"LIFX White",
"LIFX Z"
]
},
"iot_class": "local_polling",
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
"requirements": [
"aiolifx==1.0.0",
"aiolifx-effects==0.3.2",
"aiolifx-themes==0.4.10"
]
}