forked from rs1932/ring-alarm-hassio-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (39 loc) · 858 Bytes
/
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
{
"name": "ring alarm hassio integration",
"version": "0.55",
"slug": "ring_alarm",
"description": "Ring Alarm Integration! uses https://github.com/tsightler/ring-alarm-mqtt",
"startup": "before",
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"options": {
"host": "localhost",
"port": 1883,
"ring_topic": "ring",
"hass_topic": "hass/status",
"mqtt_user": "",
"mqtt_pass": "",
"ring_user": "",
"ring_pass": "",
"ring_token": "",
"location_ids": [""]
},
"schema": {
"host": "str",
"port": "port",
"ring_topic": "str",
"hass_topic": "str",
"mqtt_user": "str",
"mqtt_pass": "str",
"ring_user": "str",
"ring_pass": "str",
"ring_token": "str",
"location_ids": ["str"]
}
}