Skip to content

Commit

Permalink
Bump aiolifx to 1.0.9 and remove unused HomeKit model prefixes (home-…
Browse files Browse the repository at this point in the history
…assistant#125055)

Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
2 people authored and bramkragten committed Sep 3, 2024
1 parent 94d2da1 commit d005440
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
4 changes: 1 addition & 3 deletions homeassistant/components/lifx/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"models": [
"LIFX A19",
"LIFX A21",
"LIFX B10",
"LIFX Beam",
"LIFX BR30",
"LIFX Candle",
Expand All @@ -41,7 +40,6 @@
"LIFX Round",
"LIFX Square",
"LIFX String",
"LIFX T10",
"LIFX Tile",
"LIFX White",
"LIFX Z"
Expand All @@ -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"
]
Expand Down
8 changes: 0 additions & 8 deletions homeassistant/generated/zeroconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"always_discover": True,
"domain": "lifx",
},
"LIFX B10": {
"always_discover": True,
"domain": "lifx",
},
"LIFX BR30": {
"always_discover": True,
"domain": "lifx",
Expand Down Expand Up @@ -164,10 +160,6 @@
"always_discover": True,
"domain": "lifx",
},
"LIFX T10": {
"always_discover": True,
"domain": "lifx",
},
"LIFX Tile": {
"always_discover": True,
"domain": "lifx",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d005440

Please sign in to comment.