hassio-addons/upsmon/config.json

27 lines
521 B
JSON

{
"name": "Network UPS Tools - netclient",
"version": "0.1",
"slug": "upsmon",
"description": "Connect to a remote NUT server",
"startup": "before",
"boot": "auto",
"options": {
"credentials": [
{ "user": "monuser", "pass": "secret" }
],
"ups": [
{ "upsname": "ups", "host": "IPADDR" }
],
"delay": "5"
},
"schema": {
"credentials": [
{ "user": "str", "pass": "str" }
],
"ups": [
{ "upsname": "str", "host": "str" }
],
"delay": "int"
}
}