hassio-addons/ot-recorder/config.json

38 lines
760 B
JSON
Raw Normal View History

2018-11-21 21:35:56 +00:00
{
2018-11-21 21:38:22 +00:00
"name": "Owntracks Recorder",
2018-11-21 21:35:56 +00:00
"url": "https://git.asperti.com/paspo/hassio-addons",
2020-10-02 16:54:24 +00:00
"version": "0.2.1",
2018-11-21 21:35:56 +00:00
"slug": "ot-recorder",
2018-11-21 21:38:22 +00:00
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
2018-11-21 21:35:56 +00:00
"startup": "before",
"boot": "auto",
"ports": {
"8083": 8083
},
2019-07-11 08:51:20 +00:00
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2018-11-21 21:35:56 +00:00
"webui": "http://[HOST]:[PORT:8083]/",
"map": ["share:rw"],
"options": {
"topics": "owntracks/#",
"host": "IPADDRESS_OR_HOSTNAME",
"port": 1883,
"user": "DVES_USER",
"pass": "DVES_PASS",
"qos": 2
},
"schema": {
"topics": "str",
"host": "str",
"port": "port",
"user": "str",
"pass": "str",
2020-10-02 14:41:01 +00:00
"qos": "int"
2018-11-21 21:35:56 +00:00
}
}