mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 08:44:20 +01:00
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "HomeMatic CCU",
|
|
"version": "11.2.2",
|
|
"slug": "homematic",
|
|
"description": "HomeMatic central based on OCCU",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic",
|
|
"arch": ["armv7", "i386"],
|
|
"map": ["share:rw"],
|
|
"startup": "system",
|
|
"timeout": 15,
|
|
"gpio": true,
|
|
"apparmor": false,
|
|
"ingress": true,
|
|
"panel_title": "HomeMatic",
|
|
"panel_icon": "mdi:router-wireless",
|
|
"ports": {
|
|
"80/tcp": null,
|
|
"2001/tcp": null,
|
|
"2000/tcp": null,
|
|
"2010/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "ReGaHss Webinterface (Not required for Ingress)",
|
|
"2001/tcp": "Homematic xmlrpc (Extern)",
|
|
"2000/tcp": "HomematicWire xmlrpc (Extern)",
|
|
"2010/tcp": "HomematicIP xmlrpc (Extern)"
|
|
},
|
|
"options": {
|
|
"rf_enable": false,
|
|
"wired_enable": false,
|
|
"hmip_enable": false,
|
|
"rf": [],
|
|
"wired": [],
|
|
"hmip": []
|
|
},
|
|
"schema": {
|
|
"rf_enable": "bool",
|
|
"rf": [
|
|
{
|
|
"type": "match(CCU2)",
|
|
"device": "device(subsystem=tty)",
|
|
"reset": "bool?"
|
|
}
|
|
],
|
|
"wired_enable": "bool",
|
|
"wired": [
|
|
{
|
|
"serial": "str",
|
|
"key": "str",
|
|
"ip": "str"
|
|
}
|
|
],
|
|
"hmip_enable": "bool",
|
|
"hmip": [
|
|
{
|
|
"type": "match(HMIP_CCU2)",
|
|
"device": "device(subsystem=tty)"
|
|
}
|
|
],
|
|
"regahss_reset": "bool?"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-homematic"
|
|
}
|