Update flux-led to 1.1.3 (#136666)

This commit is contained in:
Marc Mueller 2025-01-27 22:28:55 +01:00 committed by GitHub
parent 50b0abbd7b
commit 0b17d11683
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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
View File

@ -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

View File

@ -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