hassio-addons/upsmon/config.json

38 lines
668 B
JSON

{
"name": "Network UPS Tools - netclient",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.9",
"slug": "upsmon",
"description": "Connect to a remote NUT server",
"startup": "services",
"boot": "auto",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"hassio_api": true,
"hassio_role": "admin",
"options": {
"credentials": {
"user": "monuser",
"pass": "secret"
},
"ups": {
"upsname": "ups",
"host": "IPADDR"
}
},
"schema": {
"credentials": {
"user": "str",
"pass": "str"
},
"ups": {
"upsname": "str",
"host": "str"
}
}
}