Files
addons/homematic/config.json
Pascal Vizeli fd4178e5e0 OCCU update 2.31.23 (#224)
* Update build.json

* Update config.json
2018-01-13 10:15:40 +01:00

52 lines
973 B
JSON

{
"name": "HomeMatic OCCU",
"version": "2.31.23-p0",
"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,
"ports": {
"2001/tcp": 2001,
"2000/tcp": 2000
},
"options": {
"rf_enable": true,
"rf": [
{
"type": "CCU2",
"device": "/dev/ttyAMA0"
}
],
"wired_enable": false,
"wired": [
{
"serial": "xy",
"key": "abc",
"ip": "192.168.0.0"
}
]
},
"schema": {
"rf_enable": "bool",
"rf": [
{
"type": "match(CCU2)",
"device": "match(^/dev/.*$)"
}
],
"wired_enable": "bool",
"wired": [
{
"serial": "str",
"key": "str",
"ip": "str"
}
]
},
"image": "homeassistant/{arch}-addon-homeassistant"
}