{ "name": "Network UPS Tools - netclient", "url": "https://git.asperti.com/paspo/hassio-addons", "image": "docker.asperti.com/paspo/hassio-upsmon", "version": "0.2.0", "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" }, "delay": 5 }, "schema": { "credentials": { "user": "str", "pass": "str" }, "ups": { "upsname": "str", "host": "str" }, "delay": "int" } }