Commit Graph

6 Commits

Author SHA1 Message Date
Raman Gupta
c1bc77b9ae Properly handle security key casing in zwave_js (#2208)
* Properly handle security key casing in zwave_js

* Fix emulate_hardware

* update changelog

* declare missing variables

* Add missing var from declaration

* Always set network_key if unset

* Don't flush to disk twice

* Update zwave_js/rootfs/etc/cont-init.d/config.sh

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-30 21:55:35 +02:00
Martin Hjelmare
e3e2ac285e Retain zwave_js legacy network_key config option (#2205) 2021-09-29 22:07:38 -07:00
Raman Gupta
a414d16519 Add S2 keys support to zwave_js config (#2157)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-09-29 22:15:06 +02:00
Raman Gupta
06c4d86406 Persist zwave_js device config files (#2038)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-26 16:48:48 +02:00
Raman Gupta
de82bb041c Expose log level as a configuration option for zwave_js (#1950) 2021-04-15 22:43:09 +02:00
Pascal Vizeli
c6fe889e32 Add initial support for ZWave JS (#1766)
* Add initial support for ZWave JS

* fix version

* fix lint

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Charles Garwood <cgarwood@gmail.com>

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update zwave_js/config.json

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Address comments

* Fix install for all archs

* make lint happy

* Fix build

* fix comment

* Fix and clean zwave_js add-on (#1780)

* Use new bashio feature

* address ozw

* update docs

* Add debug support

* fix template

* Fix lint

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Charles Garwood <cgarwood@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-25 20:20:12 +01:00