Files
addons/homematic/config.json
Pascal Vizeli dbc3c56b74 Extend regahss for homematic (#1122)
* Extend regahss for homematic

* Update README.md
2020-02-21 11:59:47 +01:00

63 lines
1.4 KiB
JSON

{
"name": "HomeMatic CCU",
"version": "10.3",
"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",
"boot": "auto",
"timeout": 15,
"auto_uart": true,
"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
},
"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/.*$)"
}
],
"regahss_reset": "bool?"
},
"image": "homeassistant/{arch}-addon-homematic"
}