diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index 17eaaf6..16250f5 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.7 + +- Fix glibc error on i386/amd64 + ## 9.6 - Update OCCU to 3.49.17-4 diff --git a/homematic/build.json b/homematic/build.json index a138dce..ed67ed8 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -1,7 +1,7 @@ { "build_from": { "armv7": "homeassistant/armv7-base-debian:buster", - "i386": "homeassistant/i386-base-debian:buster" + "i386": "homeassistant/i386-base-debian:bullseye" }, "args": { "OCCU_VERSION": "3.49.17-4" diff --git a/homematic/config.json b/homematic/config.json index 057e76c..f1f59a6 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic CCU", - "version": "9.6", + "version": "9.7", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic",