mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-16 02:14:24 +01:00
* Update HomeMatic OCCU to version 3.41.11 (#482) * Update HomeMatic OCCU to version 3.41.11 * Update CHANGELOG.md * Update config.json * Homematic OCCU: Fix write error when starting OCCU due to missing status directory. (#483) HMIPServer writes a lock file to /var/status/HMServerStarted, so create directory /var/status to prevent an exception that may confuse users. * Homematic OCCU: Supply custom log4j configuration for HMIPServer to log to console. (#484) This allows reading the HMIPServer log via the docker log file. The default configuration logs to file and syslog which is not accessible from outside the docker container. * Update CHANGELOG.md * Update CHANGELOG.md
11 lines
231 B
JSON
11 lines
231 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.41.11"
|
|
}
|
|
}
|