mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Update flux-led to 1.1.3 (#136666)
This commit is contained in:
@@ -299,7 +299,7 @@ class FluxLedConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
# AKA `HF-LPB100-ZJ200`
|
||||
return device
|
||||
bulb = async_wifi_bulb_for_host(host, discovery=device)
|
||||
bulb.discovery = discovery # type: ignore[assignment]
|
||||
bulb.discovery = discovery
|
||||
try:
|
||||
await bulb.async_setup(lambda: None)
|
||||
finally:
|
||||
|
@@ -53,5 +53,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
||||
"iot_class": "local_push",
|
||||
"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
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux-led==1.1.0
|
||||
flux-led==1.1.3
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# 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
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux-led==1.1.0
|
||||
flux-led==1.1.3
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# homeassistant.components.recorder
|
||||
|
Reference in New Issue
Block a user