From eff5b51f87229a04c3cdc07a1d82f1178c7b5233 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 18 Feb 2020 23:41:56 +0000 Subject: [PATCH] :arrow_up: Updating add-on Network UPS Tools to 384b88e --- README.md | 6 +++--- nut/CHANGELOG.md | 2 +- nut/README.md | 6 +++--- nut/config.json | 3 ++- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d8aea0345..73e47e8a8 100644 --- a/README.md +++ b/README.md @@ -1106,10 +1106,10 @@ SOFTWARE. [mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [mopidy-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [mopidy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/ac56583 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/ac56583/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/384b88e +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/384b88e/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-ac56583-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-384b88e-blue.svg [nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.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 diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 1d454368d..c5c14ce5e 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1 +1 @@ -- :pencil2: Fixes some typos +- 🚑Add auto_uart config option diff --git a/nut/README.md b/nut/README.md index 4d5279ac2..246408946 100644 --- a/nut/README.md +++ b/nut/README.md @@ -70,7 +70,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/dale3h [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-nut/blob/ac56583/README.md +[docs]: https://github.com/hassio-addons/addon-nut/blob/384b88e/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516 [maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg @@ -79,5 +79,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-ac56583-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/ac56583 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-384b88e-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/384b88e \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 8ba3cfbd9..7964675f1 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "ac56583", + "version": "384b88e", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut", @@ -12,6 +12,7 @@ "armv7", "i386" ], + "auto_uart": "true", "boot": "auto", "hassio_api": true, "hassio_role": "manager",