Skip to content

Release 5.5.0

Choose a tag to compare

@zwave-js-bot zwave-js-bot released this 25 Aug 07:32
· 1670 commits to master since this release

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 and replaceFailedNode methods
    • New socket events
    • Added securityKeys object setting to Zwave settings (replaces the old networkKey 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
  • zwave-js@8.2.0 and @zwave-js/server@1.10.1 (d9eed6e)