Skip to content

Commit

Permalink
Bump Z-Wave JS to 13.3.1 (home-assistant#3764)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Sep 17, 2024
1 parent 1bb2ba9 commit 5aac803
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.7.2

### Bug fixes

- Z-Wave JS: Fixed the identification of the primary controller role on some older controllers
- Z-Wave JS: Fixed an issue where passing a custom log transport to updateOptions would cause a call stack overflow
- Z-Wave JS: Implement deserialization for more WindowCoveringCC commands to be used in mocks

### Config file changes

- Add Philio Technology Smart Keypad
- Add LED indication parameter for Inovelli NZW31 dimmer

### Detailed changelogs

- [Z-Wave JS 13.3.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v13.3.1)

## 0.7.1

### Bug fixes
Expand Down Expand Up @@ -28,7 +45,7 @@

### Bug fixes

- Fix missing values in endpoint dump
- Z-Wave JS: Fix missing values in endpoint dump
- Z-Wave JS: Preserve granted security classes of provisioning entries when switching protocols
- Z-Wave JS: Version of Humidity Control Mode CC is 1, not 2
- Z-Wave JS: Abort S2 bootstrapping when KEXSetEcho has reserved bits set
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: [email protected]
args:
ZWAVEJS_SERVER_VERSION: 1.38.0
ZWAVEJS_VERSION: 13.3.0
ZWAVEJS_VERSION: 13.3.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.7.1
version: 0.7.2
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 5aac803

Please sign in to comment.