From 8a80f731a146c271e9fc3e75a3a868b990584c55 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 10 Feb 2021 23:33:51 +0000 Subject: [PATCH] :tada: Release of add-on Network UPS Tools 0.6.0 --- README.md | 6 +++--- nut/CHANGELOG.md | 24 +++++++++--------------- nut/DOCS.md | 6 ------ nut/README.md | 4 ++-- nut/config.json | 4 ++-- 5 files changed, 16 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index eb0b27ff..56f83618 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.5.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.5.0/README.md +[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 [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.6.0-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 beba3dd3..fb6cb1cc 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,20 +1,14 @@ +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) + ## 🧰 Maintenance -- πŸ”¨ Update add-on config for Supervisor 2021.2 @sinclairpaul (#78) +- πŸ”¨ Enable udev in config @sinclairpaul (#83) -## πŸ“š Documentation - -- πŸ“š Update docs to reflect integration @sinclairpaul (#72) - -## ⬆️ Dependency updates - -- πŸ”¨ Bump add-on linter to v2.0.0 @sinclairpaul (#77) -- Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#67) -- Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#68) -- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#71) -- Upgrade add-on base image to 9.1.2 @frenck (#70) -- Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#74) -- Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#73) -- Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#75) diff --git a/nut/DOCS.md b/nut/DOCS.md index 9348c780..a5894b86 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -212,12 +212,6 @@ When running in `netclient` mode, the password of the remote UPS. **Note**: _When using the remote option, the user and device options must still be present, however they will have no effect_ -#### Option: `fake_usb_devices` - -Creates fake USB devices to fix problems with Cyber Power UPSes. -Only enable this if you sure you are affected. -[More info][fake-usb] - #### Option: `upsd_maxage` Allows setting the MAXAGE value in upsd.conf to increase the timeout for diff --git a/nut/README.md b/nut/README.md index 823c01c3..49a5ecdd 100644 --- a/nut/README.md +++ b/nut/README.md @@ -73,5 +73,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.5.0 \ No newline at end of file +[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 diff --git a/nut/config.json b/nut/config.json index e13a6276..0c8d5a6a 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "0.5.0", + "version": "0.6.0", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut", @@ -13,6 +13,7 @@ "i386" ], "uart": true, + "udev": true, "usb": true, "hassio_api": true, "hassio_role": "manager", @@ -78,7 +79,6 @@ "remote_ups_password": "password?", "remote_ups_user": "str?", "upsd_maxage": "int?", - "fake_usb_devices": "bool?", "i_like_to_be_pwned": "bool?", "leave_front_door_open": "bool?" },