hassio-addons/upsmon/config.json
2018-11-08 22:51:54 +01:00

31 lines
586 B
JSON

{
"name": "Network UPS Tools - netclient",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.2",
"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"
}
}