hassio-addons/upsmon/config.json

38 lines
666 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",
2018-12-06 18:08:25 +00:00
"version": "0.1.8",
2018-11-08 20:56:10 +00:00
"slug": "upsmon",
"description": "Connect to a remote NUT server",
"startup": "before",
"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
}