Skip to content

Commit

Permalink
remove white channel from wrgb 2 slim
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet committed Sep 1, 2024
1 parent e724b64 commit 4167d60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class WRGBIISlim(BaseDevice):
_model_name = "WRGB II Slim"
_model_codes = ["DYSILN"]
_colors: dict[str, int] = {
"white": 3,
"red": 0,
"green": 1,
"blue": 2,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/chihiros/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"requirements": [
"typer[all]==0.9.0"
],
"version": "0.6.1"
"version": "0.6.2"
}

0 comments on commit 4167d60

Please sign in to comment.