Skip to content

Commit

Permalink
Merge pull request #42 from senna1992/patch-2
Browse files Browse the repository at this point in the history
Update wrgb2.py --> has 3in1 not 4in1 LEDs
  • Loading branch information
TheMicDiet committed Sep 1, 2024
2 parents 150337d + 4167d60 commit ec1f4c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class WRGBII(BaseDevice):
_model_name = "WRGB II"
_model_codes = ["DYNWRGB", "DYNW30", "DYNW45", "DYNW60", "DYNW90", "DYNW12P"]
_colors: dict[str, int] = {
"white": 3,
"red": 0,
"green": 1,
"blue": 2,
Expand Down
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 ec1f4c2

Please sign in to comment.