Skip to content

Commit

Permalink
fix code for wrgb 2 pro 120, add fallback for Z Tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMicDiet committed Nov 26, 2024
1 parent 5f51f23 commit b3a6ccb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class WRGBIIPro(BaseDevice):
"DYWPRO60",
"DYWPRO80",
"DYWPRO90",
"DYWPRO120",
"DYWPR120",
]
_colors: dict[str, int] = {
"red": 0,
Expand Down
8 changes: 6 additions & 2 deletions custom_components/chihiros/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"connectable": true
},
{
"local_name": "DYWPRO*",
"local_name": "DYWPR*",
"connectable": true
},
{
Expand All @@ -62,6 +62,10 @@
"local_name": "DYLED*",
"connectable": true
},
{
"local_name": "DYZSD*",
"connectable": true
},
{
"service_data_uuid": "6e400001-b5a3-f393-e0a9-e50e24dcca9e",
"connectable": true
Expand All @@ -78,5 +82,5 @@
"requirements": [
"typer[all]==0.9.0"
],
"version": "0.6.5"
"version": "0.6.6"
}

0 comments on commit b3a6ccb

Please sign in to comment.