From d20a2dedc6300edd8dbcaf952e786e48f2241242 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 3 Aug 2018 22:35:09 +0200 Subject: [PATCH] Disable AppArmor for OCCU (#364) * Disable AppArmor for OCCU * Update CHANGELOG.md * Update build.json --- homematic/CHANGELOG.md | 5 +++++ homematic/build.json | 2 +- homematic/config.json | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index e857dc2..3f78d8d 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0 +- Change version format to other core add-ons +- Update OCCU to 2.35.16 +- Disable AppArmor to work on system like HassOS + ## 2.31.25-p2 - Bugfix with reset value on GPIO diff --git a/homematic/build.json b/homematic/build.json index 71f05c0..350a625 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -5,6 +5,6 @@ "i386": "multiarch/ubuntu-core:i386-xenial" }, "args": { - "OCCU_VERSION": "2.31.25" + "OCCU_VERSION": "2.35.16" } } diff --git a/homematic/config.json b/homematic/config.json index 13c8dd9..095b1c9 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic OCCU", - "version": "2.31.25-p2", + "version": "1.0", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://home-assistant.io/addons/homematic/", @@ -9,6 +9,7 @@ "boot": "auto", "auto_uart": true, "gpio": true, + "apparmor": false, "ports": { "2001/tcp": 2001, "2000/tcp": 2000