Skip to content

Commit

Permalink
fix(ignore): update zigbee-herdsman-converters to 18.28.0 (#21207)
Browse files Browse the repository at this point in the history
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
  • Loading branch information
Koenkk and Koenkk committed Feb 4, 2024
1 parent 1df54f0 commit 3d37892
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"winston-transport": "^4.7.0",
"ws": "^8.16.0",
"zigbee-herdsman": "0.33.7",
"zigbee-herdsman-converters": "18.27.1",
"zigbee-herdsman-converters": "18.28.0",
"zigbee2mqtt-frontend": "0.6.154"
},
"devDependencies": {
Expand Down

1 comment on commit 3d37892

@frederickcwong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Koenkk FYI, the fix does not resolve the Tuya 2-button scene remote issue. I just tested the remote using the latest docker build from the dev branch (1.35.2-dev commit: 3d37892). The output from the debug log stays the same (no converter error message and no output to the MQTT). Thanks.

Please sign in to comment.