From 79d789c610b9fe30d7dac0bd9b3993087d1f22dd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 7 Jan 2022 15:45:39 -1000 Subject: [PATCH] Bump flux_led to 0.27.42 (#63651) - Fixes RGB/WW/CW controller operating mode not being detected after a factory reset. - When the device is factory reset or setup for the first time the operating mode is reported as 0 and its expected the user will set it in the Magic Home app. If they skip that step Home Assistant will never be able to figure out which operating mode the device is using and the CW and WW channels will not work. - Changelog: https://github.com/Danielhiversen/flux_led/compare/0.27.41...0.27.42 --- 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 23b754368a0..521463a8ec9 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -3,7 +3,7 @@ "name": "Flux LED/MagicHome", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/flux_led", - "requirements": ["flux_led==0.27.41"], + "requirements": ["flux_led==0.27.42"], "quality_scale": "platinum", "codeowners": ["@icemanch"], "iot_class": "local_push", diff --git a/requirements_all.txt b/requirements_all.txt index f2c357dd7f8..98552c6df7a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -659,7 +659,7 @@ fjaraskupan==1.0.2 flipr-api==1.4.1 # homeassistant.components.flux_led -flux_led==0.27.41 +flux_led==0.27.42 # homeassistant.components.homekit fnvhash==0.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2666df9ddc0..6a392fd9b5c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -399,7 +399,7 @@ fjaraskupan==1.0.2 flipr-api==1.4.1 # homeassistant.components.flux_led -flux_led==0.27.41 +flux_led==0.27.42 # homeassistant.components.homekit fnvhash==0.1.0