Files
addons/homematic/config.json
Pascal Vizeli d20a2dedc6 Disable AppArmor for OCCU (#364)
* Disable AppArmor for OCCU

* Update CHANGELOG.md

* Update build.json
2018-08-03 22:35:09 +02:00

55 lines
1.0 KiB
JSON

{
"name": "HomeMatic OCCU",
"version": "1.0",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://home-assistant.io/addons/homematic/",
"arch": ["armhf", "i386", "amd64"],
"startup": "system",
"boot": "auto",
"auto_uart": true,
"gpio": true,
"apparmor": false,
"ports": {
"2001/tcp": 2001,
"2000/tcp": 2000
},
"options": {
"rf_enable": true,
"rf": [
{
"type": "CCU2",
"device": "/dev/ttyAMA0",
"reset": false
}
],
"wired_enable": false,
"wired": [
{
"serial": "xy",
"key": "abc",
"ip": "192.168.0.0"
}
]
},
"schema": {
"rf_enable": "bool",
"rf": [
{
"type": "match(CCU2)",
"device": "match(^/dev/.*$)",
"reset": "bool?"
}
],
"wired_enable": "bool",
"wired": [
{
"serial": "str",
"key": "str",
"ip": "str"
}
]
},
"image": "homeassistant/{arch}-addon-homeassistant"
}