mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Bump aiolifx to 1.1.2 and add new HomeKit product prefixes (#133191)
Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
parent
1b2cf68e82
commit
9494128395
@ -23,6 +23,7 @@
|
||||
"LIFX Ceiling",
|
||||
"LIFX Clean",
|
||||
"LIFX Color",
|
||||
"LIFX Colour",
|
||||
"LIFX DLCOL",
|
||||
"LIFX Dlight",
|
||||
"LIFX DLWW",
|
||||
@ -35,12 +36,14 @@
|
||||
"LIFX Neon",
|
||||
"LIFX Nightvision",
|
||||
"LIFX PAR38",
|
||||
"LIFX Permanent Outdoor",
|
||||
"LIFX Pls",
|
||||
"LIFX Plus",
|
||||
"LIFX Round",
|
||||
"LIFX Square",
|
||||
"LIFX String",
|
||||
"LIFX Tile",
|
||||
"LIFX Tube",
|
||||
"LIFX White",
|
||||
"LIFX Z"
|
||||
]
|
||||
@ -48,7 +51,7 @@
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
||||
"requirements": [
|
||||
"aiolifx==1.1.1",
|
||||
"aiolifx==1.1.2",
|
||||
"aiolifx-effects==0.3.2",
|
||||
"aiolifx-themes==0.5.5"
|
||||
]
|
||||
|
@ -92,6 +92,10 @@ HOMEKIT = {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX Colour": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX DLCOL": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
@ -140,6 +144,10 @@ HOMEKIT = {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX Permanent Outdoor": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX Pls": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
@ -164,6 +172,10 @@ HOMEKIT = {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX Tube": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
},
|
||||
"LIFX White": {
|
||||
"always_discover": True,
|
||||
"domain": "lifx",
|
||||
|
@ -286,7 +286,7 @@ aiolifx-effects==0.3.2
|
||||
aiolifx-themes==0.5.5
|
||||
|
||||
# homeassistant.components.lifx
|
||||
aiolifx==1.1.1
|
||||
aiolifx==1.1.2
|
||||
|
||||
# homeassistant.components.lookin
|
||||
aiolookin==1.0.0
|
||||
|
@ -268,7 +268,7 @@ aiolifx-effects==0.3.2
|
||||
aiolifx-themes==0.5.5
|
||||
|
||||
# homeassistant.components.lifx
|
||||
aiolifx==1.1.1
|
||||
aiolifx==1.1.2
|
||||
|
||||
# homeassistant.components.lookin
|
||||
aiolookin==1.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user