mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Network UPS Tools 0.14.0
This commit is contained in:
parent
620273533d
commit
131ceed6c0
5 changed files with 17 additions and 8 deletions
|
@ -956,10 +956,10 @@ SOFTWARE.
|
|||
[mqtt-io-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[mqtt-io-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[mqtt-io-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.13.2
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.13.2/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.14.0
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.14.0/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.13.2-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.14.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-no-red.svg
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
## What’s changed
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Clarify powervalue settings @sinclairpaul ([#388](https://github.com/hassio-addons/addon-nut/pull/388))
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.4.0 @renovate ([#373](https://github.com/hassio-addons/addon-nut/pull/373))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.5.0 @renovate ([#381](https://github.com/hassio-addons/addon-nut/pull/381))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.5.1 @renovate ([#384](https://github.com/hassio-addons/addon-nut/pull/384))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.5.2 @renovate ([#390](https://github.com/hassio-addons/addon-nut/pull/390))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.6.0 @renovate ([#393](https://github.com/hassio-addons/addon-nut/pull/393))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.6.1 @renovate ([#394](https://github.com/hassio-addons/addon-nut/pull/394))
|
||||
- ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7.6.2 @renovate ([#396](https://github.com/hassio-addons/addon-nut/pull/396))
|
||||
|
|
|
@ -151,6 +151,8 @@ wish to monitor, but you don't want low battery on some of them to shut down
|
|||
this host. Acceptable values are `1` for "providing power to this host" or `0`
|
||||
for "monitor only". Defaults to `1`
|
||||
|
||||
**Note**: _There must be a minimum of one attached device with powervalue `1`_
|
||||
|
||||
#### Sub-option: `config`
|
||||
|
||||
A list of additional [options][ups-fields] to configure for this UPS. The common
|
||||
|
|
|
@ -58,5 +58,5 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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.13.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.13.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.14.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.14.0
|
|
@ -1,5 +1,5 @@
|
|||
name: Network UPS Tools
|
||||
version: 0.13.2
|
||||
version: 0.14.0
|
||||
slug: nut
|
||||
description: Manage battery backup (UPS) devices
|
||||
url: https://github.com/hassio-addons/addon-nut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue