Bump aiolifx to 1.0.8 to support LIFX B10 and T10 Candles (#124263)

Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
Avi Miller 2024-08-26 00:15:51 +10:00 committed by GitHub
parent f84a04e113
commit 36bfd7b9ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View File

@ -17,6 +17,7 @@
"models": [
"LIFX A19",
"LIFX A21",
"LIFX B10",
"LIFX Beam",
"LIFX BR30",
"LIFX Candle",
@ -40,6 +41,7 @@
"LIFX Round",
"LIFX Square",
"LIFX String",
"LIFX T10",
"LIFX Tile",
"LIFX White",
"LIFX Z"
@ -48,7 +50,7 @@
"iot_class": "local_polling",
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
"requirements": [
"aiolifx==1.0.6",
"aiolifx==1.0.8",
"aiolifx-effects==0.3.2",
"aiolifx-themes==0.5.0"
]

View File

@ -68,6 +68,10 @@ HOMEKIT = {
"always_discover": True,
"domain": "lifx",
},
"LIFX B10": {
"always_discover": True,
"domain": "lifx",
},
"LIFX BR30": {
"always_discover": True,
"domain": "lifx",
@ -160,6 +164,10 @@ HOMEKIT = {
"always_discover": True,
"domain": "lifx",
},
"LIFX T10": {
"always_discover": True,
"domain": "lifx",
},
"LIFX Tile": {
"always_discover": True,
"domain": "lifx",

View File

@ -276,7 +276,7 @@ aiolifx-effects==0.3.2
aiolifx-themes==0.5.0
# homeassistant.components.lifx
aiolifx==1.0.6
aiolifx==1.0.8
# homeassistant.components.livisi
aiolivisi==0.0.19

View File

@ -258,7 +258,7 @@ aiolifx-effects==0.3.2
aiolifx-themes==0.5.0
# homeassistant.components.lifx
aiolifx==1.0.6
aiolifx==1.0.8
# homeassistant.components.livisi
aiolivisi==0.0.19