Files
addons/homematic/config.json
Pascal Vizeli e465bdc45f Bugfix homematic (#236)
* Update run.sh

* Update config.json

* Update CHANGELOG.md
2018-01-19 20:46:38 +01:00

54 lines
1023 B
JSON

{
"name": "HomeMatic OCCU",
"version": "2.31.25-p2",
"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",
"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"
}