Skip to content

Commit

Permalink
Fix zwave_js soft reset option (#3760)
Browse files Browse the repository at this point in the history
* Fix zwave_js soft reset option

* Fix weird edits
  • Loading branch information
MartinHjelmare authored Sep 12, 2024
1 parent 0fba9e9 commit 1bb2ba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.1

### Bug fixes

- Add-on: Fix the soft reset driver option that was moved in driver v.13.

## 0.7.0

### Features
Expand Down
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.0
version: 0.7.1
slug: zwave_js
name: Z-Wave JS
description: Control a Z-Wave network with Home Assistant Z-Wave JS
Expand Down
4 changes: 3 additions & 1 deletion zwave_js/rootfs/usr/share/tempio/zwave_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"S2_AccessControl": "{{ .lr_s2_access_control }}",
"S2_Authenticated": "{{ .lr_s2_authenticated }}"
},
"enableSoftReset": {{ .soft_reset }},
"features": {
"softReset": {{ .soft_reset }}
},
"presets": {{ .presets }}
}

0 comments on commit 1bb2ba9

Please sign in to comment.