From 37285194f8a1d542b30f2ce31d99ca6eae326b01 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 8 Jan 2022 18:27:31 -1000 Subject: [PATCH] Bump flux_led to 0.27.44 to fix CCT ceiling lights (#63712) - Changelog: https://github.com/Danielhiversen/flux_led/compare/0.27.42...0.27.44 - The library was incorrectly speaking the older protocol to these devices when it needed to speak the newer CCT one --- homeassistant/components/flux_led/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index d1ca333d629..e869465dbe2 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/flux_led", - "requirements": ["flux_led==0.27.42"], + "requirements": ["flux_led==0.27.44"], "quality_scale": "platinum", "codeowners": ["@icemanch", "@bdraco"], "iot_class": "local_push", diff --git a/requirements_all.txt b/requirements_all.txt index f20abce1ffc..44e716c05f3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -675,7 +675,7 @@ fjaraskupan==1.0.2 flipr-api==1.4.1 # homeassistant.components.flux_led -flux_led==0.27.42 +flux_led==0.27.44 # homeassistant.components.homekit fnvhash==0.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f684cd2d476..1ea9c876700 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -418,7 +418,7 @@ fjaraskupan==1.0.2 flipr-api==1.4.1 # homeassistant.components.flux_led -flux_led==0.27.42 +flux_led==0.27.44 # homeassistant.components.homekit fnvhash==0.1.0