From b821be4252586353d6bed286b82e33f7e6129efc Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 11 Feb 2021 13:36:23 +0000 Subject: [PATCH] :tada: Release of add-on Network UPS Tools 0.6.1 --- README.md | 6 +++--- nut/CHANGELOG.md | 13 +++---------- nut/DOCS.md | 2 +- nut/README.md | 25 +++++-------------------- nut/config.json | 2 +- 5 files changed, 13 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 56f83618..34d72c43 100644 --- a/README.md +++ b/README.md @@ -918,10 +918,10 @@ SOFTWARE. [matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [matrix-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [matrix-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.0/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.1/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg [nut-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index fb6cb1cc..87908cd0 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,14 +1,7 @@ -Hopefully fixes all the issues with Eaton UPS devices, in case of issues, please report them. - -Thanks to @pvizeli for the assistance. - -Many thanks for all the testers @Maste89 @marvinroger @romain3w @mrtmsgh, and if I missed anyone I apologise :) - ## What’s changed -- πŸ”¨ Change base image to Debian @sinclairpaul (#88) +Minor release to update references to the HA integration -## 🧰 Maintenance - -- πŸ”¨ Enable udev in config @sinclairpaul (#83) +## πŸ“š Documentation +- πŸ“š Doc tweaks @sinclairpaul (#90) diff --git a/nut/DOCS.md b/nut/DOCS.md index a5894b86..e6948c67 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -32,7 +32,7 @@ comparison to installing any other Home Assistant add-on. 1. Configure the `users` and `devices` options. 1. Start the "Network UPS Tools" add-on. 1. Check the logs of the "Network UPS Tools" add-on to see if everything went well. -1. Configure [NUT Sensor][nut-sensor-docs] in your `configuration.yaml` file. +1. Configure the [NUT Integration][nut-ha-docs]. ## Configuration diff --git a/nut/README.md b/nut/README.md index 49a5ecdd..e453026a 100644 --- a/nut/README.md +++ b/nut/README.md @@ -24,25 +24,10 @@ are [compatible][nut-compatible]. The Network UPS Tools (NUT) project is the combined effort of many [individuals and companies][nut-acknowledgements]. -Be sure to add a NUT Sensor to your `configuration.yaml` after starting the -add-on: - -```yaml -sensor: - - platform: nut - name: "CyberPower 1500" - host: UNKNOWN-nut - username: nutty - password: changeme - resources: - - battery.charge - - battery.runtime - - ups.load - - ups.status -``` +Be sure to add the NUT integration after starting the add-on. For more information on how to configure the NUT Sensor in Home Assistant -see the [NUT Sensor documentation][nut-sensor-docs]. +see the [NUT integration documentation][nut-ha-docs]. ## WARNING! THIS IS A BETA VERSION! @@ -71,7 +56,7 @@ If you are more interested in stable releases of our add-ons: [nut-acknowledgements]: https://networkupstools.org/acknowledgements.html [nut-compatible]: https://networkupstools.org/stable-hcl.html [nut-features]: https://networkupstools.org/features.html -[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ +[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 0c8d5a6a..2e6035ab 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "0.6.0", + "version": "0.6.1", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut",