Skip to content

Commit

Permalink
Bump zwave-js to 12.4.0 (home-assistant#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Dec 6, 2023
1 parent 3e8225e commit be9ced5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.4.2

### Features

- Expose rebuild routes progress as a controller property

### Bug fixes

- On devices that should/must not support `Basic CC`, but use it for reporting, only the `currentValue` is now exposed. This allows applications to consider it a sensor, not an actor

### Config file changes

- Correct firmware version condition for Zooz ZSE40 v3.0

### Detailed changelogs

- [Z-Wave JS 12.4.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.4.0)
- [Z-Wave JS 12.3.2](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.3.2)

## 0.4.1

### Bug fixes
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.33.0
ZWAVEJS_VERSION: 12.3.1
ZWAVEJS_VERSION: 12.4.0
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.4.1
version: 0.4.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 be9ced5

Please sign in to comment.