From 42b1ecf73cc2323bf419e2c065b699e175a01beb Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 8 Nov 2018 22:22:01 +0100 Subject: [PATCH] update README --- upsmon/README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/upsmon/README.md b/upsmon/README.md index fffa24d..e5497a2 100644 --- a/upsmon/README.md +++ b/upsmon/README.md @@ -1,21 +1,4 @@ -## Network UPS Tools for Hass.io - -[Network UPS Tools](http://networkupstools.org/) can be used to control and manage several power devices like [Uninterruptible Power Supplies](https://en.wikipedia.org/wiki/Uninterruptible_power_supply). This [Hass.io](https://home-assistant.io/hassio/) plugin provides the nessecary daemon to make use of the [Home Assistant NUT Sensor](https://home-assistant.io/components/sensor.nut/). - -The default configuration should work with any [usbhid-ups](http://networkupstools.org/docs/man/usbhid-ups.html) compatible UPS. They can be added to `configuration.yaml` by adding: - - -``` -sensor - - platform: nut - username: nut - password: nut - resources: - - ups.load - - ups.status - [...] - - -``` - +## Network UPS Tools - netclient +[Network UPS Tools](http://networkupstools.org/) is used to connect to another machine running the same software. +You just need to specify some connection parameters. You can also configure the shutdown delay (in minutes).