Skip to content

Commit

Permalink
Bump flux_led to 0.28.3 to fix setting colorloop on older models (#64094
Browse files Browse the repository at this point in the history
)

Fixes #64087
  • Loading branch information
bdraco committed Jan 13, 2022
1 parent 5e3bfab commit 33ca1bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/flux_led/manifest.json
Expand Up @@ -4,7 +4,7 @@
"config_flow": true,
"dependencies": ["network"],
"documentation": "https://www.home-assistant.io/integrations/flux_led",
"requirements": ["flux_led==0.28.2"],
"requirements": ["flux_led==0.28.3"],
"quality_scale": "platinum",
"codeowners": ["@icemanch", "@bdraco"],
"iot_class": "local_push",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -681,7 +681,7 @@ fjaraskupan==1.0.2
flipr-api==1.4.1

# homeassistant.components.flux_led
flux_led==0.28.2
flux_led==0.28.3

# homeassistant.components.homekit
fnvhash==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -424,7 +424,7 @@ fjaraskupan==1.0.2
flipr-api==1.4.1

# homeassistant.components.flux_led
flux_led==0.28.2
flux_led==0.28.3

# homeassistant.components.homekit
fnvhash==0.1.0
Expand Down

0 comments on commit 33ca1bb

Please sign in to comment.