forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
63 lines (63 loc) · 1.41 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "HomeMatic CCU",
"version": "11.3.0",
"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"
}