From 084673683ffde38532a01e9fa7dcaa6786e326b8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 31 Oct 2019 13:46:31 +0100 Subject: [PATCH] Update HomeMatic 3.47.22-3 --- homematic/CHANGELOG.md | 6 +++++- homematic/build.json | 2 +- homematic/config.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index 4636e39..6a0d955 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2 + +- Update OCCU to 3.47.22-3 + ## 9.1 - Optimize InterfaceList handling @@ -8,7 +12,7 @@ ## 9.0 - Add Regahss (WebUI) support (experimentel) -- Update OCCU to 3.47.18 +- Update OCCU to 3.47.18-1 ## 8.3 diff --git a/homematic/build.json b/homematic/build.json index dae172d..445cead 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -4,6 +4,6 @@ "i386": "homeassistant/i386-base-ubuntu:18.04" }, "args": { - "OCCU_VERSION": "3.47.18-1" + "OCCU_VERSION": "3.47.22-3" } } diff --git a/homematic/config.json b/homematic/config.json index 7a0f5e9..366f8c8 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic CCU", - "version": "9.1", + "version": "9.2", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://home-assistant.io/addons/homematic/",