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
4 changed files with 13 additions and 3 deletions

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",