mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
Disable AppArmor for OCCU (#364)
* Disable AppArmor for OCCU * Update CHANGELOG.md * Update build.json
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"i386": "multiarch/ubuntu-core:i386-xenial"
|
||||
},
|
||||
"args": {
|
||||
"OCCU_VERSION": "2.31.25"
|
||||
"OCCU_VERSION": "2.35.16"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user