Bump aiolifx to 1.0.9 and remove unused HomeKit model prefixes (#125055)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Avi Miller 2024-09-03 05:22:39 +10:00 committed by Bram Kragten
parent 94d2da1685
commit d005440544
4 changed files with 3 additions and 13 deletions

View File

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

View File

@ -68,10 +68,6 @@ HOMEKIT = {
"always_discover": True,
"domain": "lifx",
},
"LIFX B10": {
"always_discover": True,
"domain": "lifx",
},
"LIFX BR30": {
"always_discover": True,
"domain": "lifx",
@ -164,10 +160,6 @@ 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.8
aiolifx==1.0.9
# 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.8
aiolifx==1.0.9
# homeassistant.components.livisi
aiolivisi==0.0.19