Skip to content

Commit

Permalink
Bump zwave-js to 12.11.1 (home-assistant#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Jun 21, 2024
1 parent ece60b8 commit 8e51279
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.6.1

### Bug fixes

- Z-Wave JS: When attempting communication with a node that's considered dead, the command is now sent immediately instead of pinging first
- Z-Wave JS: Fixed prioritization of queued transactions once a node wakes up

### Config file changes

- Remove endpoint workaround for Zooz ZEN30 800LR
- Encode CCs using target's CC version for TKB Home TZ67

### Detailed changelogs

- [Z-Wave JS 12.11.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.11.1)

## 0.6.0

### Features
Expand Down Expand Up @@ -39,7 +55,7 @@

### Detailed changelogs

- [Z-Wave JS 12.10.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.11.0)
- [Z-Wave JS 12.11.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.11.0)
- [Z-Wave JS 12.10.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.10.1)
- [Z-Wave JS 12.10.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.10.0)
- [Z-Wave JS 12.9.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.9.1)
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ codenotary:
base_image: notary@home-assistant.io
args:
ZWAVEJS_SERVER_VERSION: 1.36.0
ZWAVEJS_VERSION: 12.11.0
ZWAVEJS_VERSION: 12.11.1
2 changes: 1 addition & 1 deletion zwave_js/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.6.0
version: 0.6.1
slug: zwave_js
name: Z-Wave JS
description: Control a Z-Wave network with Home Assistant Z-Wave JS
Expand Down

0 comments on commit 8e51279

Please sign in to comment.