From a4ee0d7674acabdda015afb4c8690aebea6abb14 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 14 Mar 2023 10:56:55 +0000 Subject: [PATCH] :arrow_up: Updating add-on Network UPS Tools to 43631cf --- README.md | 6 +-- nut/CHANGELOG.md | 2 + nut/DOCS.md | 2 +- nut/README.md | 6 +-- nut/config.yaml | 98 ++++++++++++++++++++++++------------------------ 5 files changed, 58 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 24447dcc8..87ee4cc92 100644 --- a/README.md +++ b/README.md @@ -895,10 +895,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/aa440f8 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/aa440f8/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/43631cf +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/43631cf/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-aa440f8-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-43631cf-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 014168d86..c8f563728 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,2 +1,4 @@ # Changelog since v0.11.0 +- ⬆️ Upgrades add-on base image to 6.2.3 (#282) +- 🎆 Updates maintenance/license year to 2023 (#281) - ⬆️ Upgrades add-on base image to 6.1.0 (#243) diff --git a/nut/DOCS.md b/nut/DOCS.md index 18bfe3e80..e0943be6d 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -334,7 +334,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2018-2022 Dale Higgs +Copyright (c) 2018-2023 Dale Higgs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/nut/README.md b/nut/README.md index 503e44c13..11bed240d 100644 --- a/nut/README.md +++ b/nut/README.md @@ -55,11 +55,11 @@ If you are more interested in stable releases of our add-ons: [discord]: https://discord.me/hassioaddons [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/2022.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [nut-acknowledgements]: https://networkupstools.org/acknowledgements.html [nut-compatible]: https://networkupstools.org/stable-hcl.html [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-aa440f8-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/aa440f8 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-43631cf-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/43631cf \ No newline at end of file diff --git a/nut/config.yaml b/nut/config.yaml index 236bcf06d..8d0f26127 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -1,66 +1,66 @@ +name: Network UPS Tools +version: 43631cf +slug: nut +description: Manage battery backup (UPS) devices +url: https://github.com/hassio-addons/addon-nut +codenotary: codenotary@frenck.dev +startup: system arch: - aarch64 - amd64 - armhf - armv7 - i386 -codenotary: codenotary@frenck.dev -description: Manage battery backup (UPS) devices +init: false +uart: true +udev: true +usb: true hassio_api: true hassio_role: manager homeassistant_api: true -image: ghcr.io/hassio-addons/nut/{arch} -init: false -name: Network UPS Tools -options: - devices: - - config: [] - driver: usbhid-ups - name: myups - port: auto - mode: netserver - shutdown_host: 'false' - users: - - actions: [] - instcmds: - - all - password: '' - username: '' ports: 3493/tcp: null ports_description: 3493/tcp: Network UPS Tools -schema: - devices: - - config: - - str - driver: str - name: str - port: str - i_like_to_be_pwned: bool? - leave_front_door_open: bool? - list_usb_devices: bool? - log_level: list(trace|debug|info|notice|warning|error|fatal)? - mode: list(netserver|netclient) - remote_ups_host: str? - remote_ups_name: str? - remote_ups_password: password? - remote_ups_user: str? - shutdown_host: bool - upsd_maxage: int? - upsmon_deadtime: int? +options: users: - - actions: - - str + - username: '' + password: '' + instcmds: + - all + actions: [] + devices: + - name: myups + driver: usbhid-ups + port: auto + config: [] + mode: netserver + shutdown_host: 'false' +schema: + log_level: list(trace|debug|info|notice|warning|error|fatal)? + users: + - username: str + password: password instcmds: - str - password: password + actions: + - str upsmon: list(master|slave)? - username: str -slug: nut -startup: system -uart: true -udev: true -url: https://github.com/hassio-addons/addon-nut -usb: true -version: aa440f8 + devices: + - name: str + driver: str + port: str + config: + - str + mode: list(netserver|netclient) + shutdown_host: bool + list_usb_devices: bool? + remote_ups_name: str? + remote_ups_host: str? + remote_ups_password: password? + remote_ups_user: str? + upsd_maxage: int? + upsmon_deadtime: int? + i_like_to_be_pwned: bool? + leave_front_door_open: bool? +image: ghcr.io/hassio-addons/nut/{arch}