mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-11 08:04:20 +01:00
* Update config.json * Sync time of RF Daemon every 30min (#425) * sync homematic time periodically * Show "Run SetInterfaceClock" in log file * signal handler added * version incremented * Update CHANGELOG.md * Grammar fixes (#429) * Update config.json * Forward * fix config * small size * fix copy * fix path * Debug * Fix script * fix settings * fix path * Update run.sh
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"build_from": {
|
|
"armhf": "homeassistant/armhf-base-ubuntu:18.04",
|
|
"amd64": "homeassistant/i386-base-ubuntu:18.04",
|
|
"i386": "homeassistant/i386-base-ubuntu:18.04"
|
|
},
|
|
"args": {
|
|
"OCCU_VERSION": "3.37.8"
|
|
}
|
|
}
|