Files
addons/homematic/build.json
Pascal Vizeli e0eb9dca9c Homematic v8.0 (#485)
* 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
2018-12-13 11:59:50 +01:00

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"
}
}