mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Update flux-led to 1.1.3 (#136666)
This commit is contained in:
parent
50b0abbd7b
commit
0b17d11683
@ -299,7 +299,7 @@ class FluxLedConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
# AKA `HF-LPB100-ZJ200`
|
# AKA `HF-LPB100-ZJ200`
|
||||||
return device
|
return device
|
||||||
bulb = async_wifi_bulb_for_host(host, discovery=device)
|
bulb = async_wifi_bulb_for_host(host, discovery=device)
|
||||||
bulb.discovery = discovery # type: ignore[assignment]
|
bulb.discovery = discovery
|
||||||
try:
|
try:
|
||||||
await bulb.async_setup(lambda: None)
|
await bulb.async_setup(lambda: None)
|
||||||
finally:
|
finally:
|
||||||
|
@ -53,5 +53,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["flux_led"],
|
"loggers": ["flux_led"],
|
||||||
"requirements": ["flux-led==1.1.0"]
|
"requirements": ["flux-led==1.1.3"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -930,7 +930,7 @@ flexit_bacnet==2.2.1
|
|||||||
flipr-api==1.6.1
|
flipr-api==1.6.1
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux-led==1.1.0
|
flux-led==1.1.3
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -789,7 +789,7 @@ flexit_bacnet==2.2.1
|
|||||||
flipr-api==1.6.1
|
flipr-api==1.6.1
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux-led==1.1.0
|
flux-led==1.1.3
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user