Disable AppArmor for OCCU (#364)

* Disable AppArmor for OCCU

* Update CHANGELOG.md

* Update build.json
This commit is contained in:
Pascal Vizeli
2018-08-03 22:35:09 +02:00
committed by GitHub
parent c0410a8d59
commit d20a2dedc6
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -5,6 +5,6 @@
"i386": "multiarch/ubuntu-core:i386-xenial"
},
"args": {
"OCCU_VERSION": "2.31.25"
"OCCU_VERSION": "2.35.16"
}
}

View File

@@ -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