mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
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
This commit is contained in:
parent
146e1c5eb5
commit
0b67d7fb28
@ -4,7 +4,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["network"],
|
||||
"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", "@bdraco"],
|
||||
"iot_class": "local_push",
|
||||
|
@ -672,7 +672,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
|
||||
|
@ -415,7 +415,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user