Skip to content

Commit

Permalink
fix model code for WRGB II 120 cm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet committed Aug 30, 2024
1 parent 74bce90 commit 4912865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class WRGBII(BaseDevice):
"""Chihiros WRGB II device Class."""

_model_name = "WRGB II"
_model_code = ["DYNWRGB", "DYNW30", "DYNW45", "DYNW60", "DYNW90", "DYNW120"]
_model_code = ["DYNWRGB", "DYNW30", "DYNW45", "DYNW60", "DYNW90", "DYNW12P"]
_colors: dict[str, int] = {
"white": 0,
"red": 1,
Expand Down
4 changes: 2 additions & 2 deletions custom_components/chihiros/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"connectable": true
},
{
"local_name": "DYNW120*",
"local_name": "DYNW12P*",
"connectable": true
},
{
Expand Down Expand Up @@ -62,5 +62,5 @@
"requirements": [
"typer[all]==0.9.0"
],
"version": "0.4.0"
"version": "0.4.1"
}

0 comments on commit 4912865

Please sign in to comment.