diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index 9108fb7..abcc211 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7 +- Update OCCU to 3.41.7 + ## 6 - Allow customer firmware updates inside `/share` - Update Hardware on startup diff --git a/homematic/build.json b/homematic/build.json index a34b850..1838084 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -5,6 +5,6 @@ "i386": "homeassistant/i386-base-ubuntu:18.04" }, "args": { - "OCCU_VERSION": "3.37.8" + "OCCU_VERSION": "3.41.7" } } diff --git a/homematic/config.json b/homematic/config.json index 90a5d8e..9210519 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic OCCU", - "version": "6", + "version": "7", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://home-assistant.io/addons/homematic/",