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
Avi Miller f5c6ad24c4
Bump aiolifx to 0.8.1 (#72897)
Bump aiolifx version to support the latest LIFX devices

LIFX added 22 new product definitions to their public product
list at the end of January and those new products are defined in
aiolifx v0.8.1, so bump the dependency version.

Also switched to testing for relays instead of maintaining a
seperate list of switch product IDs.

Fixes #72894.

Signed-off-by: Avi Miller <me@dje.li>
2022-06-03 08:09:00 +02:00

36 lines
798 B
JSON

{
"domain": "lifx",
"name": "LIFX",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lifx",
"requirements": ["aiolifx==0.8.1", "aiolifx_effects==0.2.2"],
"dependencies": ["network"],
"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 Nightvision",
"LIFX Pls",
"LIFX Plus",
"LIFX Tile",
"LIFX White",
"LIFX Z"
]
},
"codeowners": ["@Djelibeybi"],
"iot_class": "local_polling",
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"]
}