mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 16:54:20 +01:00
* 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>
19 lines
606 B
JSON
19 lines
606 B
JSON
{
|
|
"build_from": {
|
|
"amd64": "homeassistant/amd64-base:3.11",
|
|
"i386": "homeassistant/i386-base:3.11",
|
|
"armhf": "homeassistant/armhf-base:3.11",
|
|
"armv7": "homeassistant/armv7-base:3.11",
|
|
"aarch64": "homeassistant/aarch64-base:3.11"
|
|
},
|
|
"args": {
|
|
"OZW_VERSION": "ee90c896c137b3a473232565c45a51d70c41c431",
|
|
"QTOZW_VERSION": "7ebd43e246e97851ad20f2b1bb9c62bfd6a4a6ef",
|
|
"QTOZWADMIN_VERSION": "f68b43ec162f6eb59173710e00b1f1aa192ce373",
|
|
"QTMQTT_VERSION": "5.12.8",
|
|
"QTWEBSOCKETS_VERSION": "5.12.8",
|
|
"NOVNC_VERSION": "1.2.0",
|
|
"WEBSOCKIFY_VERSION": "0.9.0"
|
|
}
|
|
}
|