38 lines
666 B
JSON
38 lines
666 B
JSON
{
|
|
"name": "Network UPS Tools - netclient",
|
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
|
"version": "0.1.8",
|
|
"slug": "upsmon",
|
|
"description": "Connect to a remote NUT server",
|
|
"startup": "before",
|
|
"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"
|
|
}
|
|
}
|
|
}
|