hassio-addons/upsmon/config.json

38 lines
668 B
JSON
Raw Normal View History

2018-11-08 20:56:10 +00:00
{
"name": "Network UPS Tools - netclient",
2018-11-08 21:51:54 +00:00
"url": "https://git.asperti.com/paspo/hassio-addons",
2020-01-21 08:50:19 +00:00
"version": "0.1.9",
2018-11-08 20:56:10 +00:00
"slug": "upsmon",
"description": "Connect to a remote NUT server",
2021-09-13 09:03:42 +00:00
"startup": "services",
2018-11-08 20:56:10 +00:00
"boot": "auto",
2018-11-18 20:34:18 +00:00
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2018-11-22 12:10:16 +00:00
"hassio_api": true,
2018-11-22 12:16:11 +00:00
"hassio_role": "admin",
2018-11-08 20:56:10 +00:00
"options": {
2018-11-08 21:16:24 +00:00
"credentials": {
"user": "monuser",
"pass": "secret"
},
"ups": {
"upsname": "ups",
"host": "IPADDR"
2018-11-22 12:10:16 +00:00
}
2018-11-08 20:56:10 +00:00
},
"schema": {
2018-11-08 21:16:24 +00:00
"credentials": {
"user": "str",
"pass": "str"
},
"ups": {
"upsname": "str",
"host": "str"
2018-11-22 12:10:16 +00:00
}
2018-11-08 20:56:10 +00:00
}
2018-11-18 20:34:18 +00:00
}