5.5.0 (2021-08-25)
Bug Fixes
- move lookup to manufacturer prop (94b5101)
- ui: handle replaceFailedNode errors (22a5f1d)
- lookup manufacturer when unknown (b436c4c), closes #1571
- hass: mode_state_template quotes (1e47d90), closes #1578
Features
- add
forceSecurity
falg support to Default inclusion strategy (#1588) (3c78d43) - bump zwave-js/server@1.10.0 (24b7d8d)
- support for S2 inclusion (#1585) (f507246)
- Added new ZwaveClient methods
grantSecurityClasses
validateDSK
abortInclusion
- Changed signature of
startInclusion
andreplaceFailedNode
methods - New socket events
- Added
securityKeys
object setting to Zwave settings (replaces the oldnetworkKey
setting, old settings are automatically updated to the new format so it's back compatible) - Added node
security
property that shows the security class used by the node (S2, S0, None, ...) - Completely refactored Add/Remove dialog to support new inclusion steps and replace failed nodes
- Added new ZwaveClient methods
- zwave-js@8.2.0 and @zwave-js/server@1.10.1 (d9eed6e)