Files
addons/homematic/config.json
Pascal Vizeli b9075a87cc Store hmip_address.conf (#435)
* Store hmip_address.conf

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update crRFD.conf

* Update run.sh
2018-10-31 16:45:40 +01:00

70 lines
1.3 KiB
JSON

{
"name": "HomeMatic OCCU",
"version": "5",
"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,
"2010/tcp": 2010
},
"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"
}
],
"hmip_enable": false,
"hmip": [
{
"type": "HMIP_CCU2",
"device": "/dev/ttyUSB0"
}
]
},
"schema": {
"rf_enable": "bool",
"rf": [
{
"type": "match(CCU2)",
"device": "match(^/dev/.*$)",
"reset": "bool?"
}
],
"wired_enable": "bool",
"wired": [
{
"serial": "str",
"key": "str",
"ip": "str"
}
],
"hmip_enable": "bool",
"hmip": [
{
"type": "match(HMIP_CCU2)",
"device": "match(^/dev/.*$)"
}
]
},
"image": "homeassistant/{arch}-addon-homeassistant"
}