mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
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>
This commit is contained in:
12
zwave_js/rootfs/usr/share/tempio/zwave_config.conf
Normal file
12
zwave_js/rootfs/usr/share/tempio/zwave_config.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"logConfig": {
|
||||
"enabled": true,
|
||||
"level": {{ if eq .logging "debug" }}5{{ else }}2{{ end }},
|
||||
"forceConsole": true
|
||||
},
|
||||
"storage": {
|
||||
"cacheDir": "/data/cache",
|
||||
"throttle": "slow"
|
||||
},
|
||||
"networkKey": "{{ .network_key }}"
|
||||
}
|
||||
Reference in New Issue
Block a user