🎉 Release of add-on Network UPS Tools 0.11.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-06-11 09:47:52 +00:00
parent 67adc6b455
commit 81f7b7cb2c
5 changed files with 10 additions and 21 deletions

View file

@ -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

View file

@ -1,13 +1,9 @@
## Whats 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)

View file

@ -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

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

View file

@ -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