From 81f7b7cb2cc98176b41941295efb645244b937cf Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 11 Jun 2022 09:47:52 +0000 Subject: [PATCH] :tada: Release of add-on Network UPS Tools 0.11.0 --- README.md | 6 +++--- nut/CHANGELOG.md | 8 ++------ nut/DOCS.md | 10 +--------- nut/README.md | 4 ++-- nut/config.yaml | 3 ++- 5 files changed, 10 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a1e62eb5..5df4e900 100644 --- a/README.md +++ b/README.md @@ -773,10 +773,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.10.0 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.10.0/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.11.0 +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.11.0/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-v0.11.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 b0487bb8..09f3fe23 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,13 +1,9 @@ ## What’s changed -## πŸš€ Enhancements - -- πŸ”’ Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#219) - ## πŸ“š Documentation -- πŸ“š Add My buttons to documentation @frenck (#220) +- πŸ“š Use new My Home Assistant link format @frenck (#232) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#218) +- ⬆️ Upgrades add-on base image to 6.0.0 @frenck (#231) diff --git a/nut/DOCS.md b/nut/DOCS.md index 01a07ca4..18bfe3e8 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -37,12 +37,6 @@ comparison to installing any other Home Assistant add-on. 1. Check the logs of the "Network UPS Tools" add-on to see if everything went well. 1. Configure the [NUT Integration][nut-ha-docs]. -Home Assistant, by default, ships with the Community Add-ons store installed. -However, if it is missing (for any reason), you can add it by clicking the -button My button below. - -[![Add repository to your Home Assitant instance.][repository-badge]][repository] - ## Configuration The add-on can be used with the basic configuration, with other options for more @@ -361,7 +355,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg -[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [contributors]: https://github.com/hassio-addons/addon-nut/graphs/contributors [critical-notif]: https://companion.home-assistant.io/docs/notifications/critical-notifications [dale3h]: https://github.com/dale3h @@ -380,8 +374,6 @@ SOFTWARE. [nutupsdrv]: https://networkupstools.org/docs/man/nutupsdrv.html [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-nut/releases -[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: https://semver.org/spec/v2.0.0 [sleep]: https://linux.die.net/man/1/sleep [ups-conf]: https://networkupstools.org/docs/man/ups.conf.html diff --git a/nut/README.md b/nut/README.md index e0d1e40c..fd3fc59f 100644 --- a/nut/README.md +++ b/nut/README.md @@ -42,5 +42,5 @@ see the [NUT integration documentation][nut-ha-docs]. [nut-features]: https://networkupstools.org/features.html [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.10.0-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/v0.10.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/v0.11.0 \ No newline at end of file diff --git a/nut/config.yaml b/nut/config.yaml index ab2476fd..3e52b9d9 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -10,6 +10,7 @@ hassio_api: true hassio_role: manager homeassistant_api: true image: ghcr.io/hassio-addons/nut/{arch} +init: false name: Network UPS Tools options: devices: @@ -62,4 +63,4 @@ uart: true udev: true url: https://github.com/hassio-addons/addon-nut usb: true -version: 0.10.0 +version: 0.11.0