mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Bump aiolifx to 1.1.5 to improve the identification of LIFX Luna (#145416)
Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
parent
34d11521c0
commit
8f9f531dd7
@ -32,6 +32,7 @@
|
|||||||
"LIFX GU10",
|
"LIFX GU10",
|
||||||
"LIFX Indoor Neon",
|
"LIFX Indoor Neon",
|
||||||
"LIFX Lightstrip",
|
"LIFX Lightstrip",
|
||||||
|
"LIFX Luna",
|
||||||
"LIFX Mini",
|
"LIFX Mini",
|
||||||
"LIFX Neon",
|
"LIFX Neon",
|
||||||
"LIFX Nightvision",
|
"LIFX Nightvision",
|
||||||
@ -51,7 +52,7 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
"loggers": ["aiolifx", "aiolifx_effects", "bitstring"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aiolifx==1.1.4",
|
"aiolifx==1.1.5",
|
||||||
"aiolifx-effects==0.3.2",
|
"aiolifx-effects==0.3.2",
|
||||||
"aiolifx-themes==0.6.4"
|
"aiolifx-themes==0.6.4"
|
||||||
]
|
]
|
||||||
|
4
homeassistant/generated/zeroconf.py
generated
4
homeassistant/generated/zeroconf.py
generated
@ -128,6 +128,10 @@ HOMEKIT = {
|
|||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
},
|
},
|
||||||
|
"LIFX Luna": {
|
||||||
|
"always_discover": True,
|
||||||
|
"domain": "lifx",
|
||||||
|
},
|
||||||
"LIFX Mini": {
|
"LIFX Mini": {
|
||||||
"always_discover": True,
|
"always_discover": True,
|
||||||
"domain": "lifx",
|
"domain": "lifx",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -298,7 +298,7 @@ aiolifx-effects==0.3.2
|
|||||||
aiolifx-themes==0.6.4
|
aiolifx-themes==0.6.4
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==1.1.4
|
aiolifx==1.1.5
|
||||||
|
|
||||||
# homeassistant.components.lookin
|
# homeassistant.components.lookin
|
||||||
aiolookin==1.0.0
|
aiolookin==1.0.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -280,7 +280,7 @@ aiolifx-effects==0.3.2
|
|||||||
aiolifx-themes==0.6.4
|
aiolifx-themes==0.6.4
|
||||||
|
|
||||||
# homeassistant.components.lifx
|
# homeassistant.components.lifx
|
||||||
aiolifx==1.1.4
|
aiolifx==1.1.5
|
||||||
|
|
||||||
# homeassistant.components.lookin
|
# homeassistant.components.lookin
|
||||||
aiolookin==1.0.0
|
aiolookin==1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user