github zwave-js/zwave-js-ui v5.0.2
Release 5.0.2

latest releases: v9.21.0, v9.20.0, v9.19.0...
3 years ago

5.0.2 (2021-06-14)

Seems that with version 5.0.0 some docker users got a error on startup (#1335). With 5+ versions and the introduction of typescript now all backend code is built and moved to server folder and so the docker CMD is changed from node bin/www to node server/bin/www. Seems that docker for some reason doesn't pick up the new command when pulling a new (existinig) image so the steps to fix this are: delete and remove any z2m image/container, pull a fresh new one.

Bug Fixes

  • entry in hass/devices.ts for cover discovery (#1336) (a5b444a)
  • force allowed apis to be a valid method of ZwaveClient (#1328) (16eb768)
  • place plugins route before history middleware (#1339) (c223331)

Features

Don't miss a new zwave-js-ui release

NewReleases is sending notifications on new releases.