🎉 Release of add-on Network UPS Tools 0.10.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-22 15:23:28 +00:00
parent 980d125f84
commit 06db68f685
5 changed files with 28 additions and 14 deletions

View file

@ -796,10 +796,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.9.1
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.9.1/README.md
[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
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
[nut-version-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
[nut-version-shield]: https://img.shields.io/badge/version-v0.10.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

View file

@ -1,13 +1,13 @@
## Whats changed
## 🧰 Maintenance
## 🚀 Enhancements
- 🚀 Update CI to latest version @frenck (#209)
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#219)
## 📚 Documentation
- 📚 Update Year 🎉 @sinclairpaul (#210)
- 📚 Add My buttons to documentation @frenck (#220)
## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 5.2.3 @frenck (#212)
- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#218)

View file

@ -26,14 +26,23 @@ see the [NUT integration documentation][nut-ha-docs].
The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on.
1. Search for the "Network UPS Tools" add-on in the Home Assistant add-on store
and install it.
1. Install the "Network UPS Tools" add-on.
1. Click the Home Assistant My button below to open the add-on on your Home
Assistant instance.
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
1. Click the "Install" button to install the 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 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
@ -351,6 +360,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
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
[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
@ -363,12 +374,14 @@ SOFTWARE.
[nut-compatible]: https://networkupstools.org/stable-hcl.html
[nut-conf]: https://networkupstools.org/docs/man/nut.conf.html
[nut-features]: https://networkupstools.org/features.html
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
[nut-notif-doc-1]: https://networkupstools.org/docs/user-manual.chunked/ar01s07.html
[nut-notif-doc-2]: https://networkupstools.org/docs/man/upsmon.conf.html
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
[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

View file

@ -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.9.1-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.9.1
[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

View file

@ -4,6 +4,7 @@ arch:
- armhf
- armv7
- i386
codenotary: codenotary@frenck.dev
description: Manage battery backup (UPS) devices
hassio_api: true
hassio_role: manager
@ -61,4 +62,4 @@ uart: true
udev: true
url: https://github.com/hassio-addons/addon-nut
usb: true
version: 0.9.1
version: 0.10.0