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
- bump zwave-js@7.7.4 (51cb50c)