mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-07 22:24:21 +01:00
54 lines
1023 B
JSON
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"
|
|
}
|