mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Network UPS Tools 0.7.0
This commit is contained in:
parent
503bd20bc6
commit
672e8d2dbe
5 changed files with 39 additions and 20 deletions
|
@ -858,10 +858,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.6.2
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.2/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.7.0
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.7.0/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.7.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
|
||||
|
|
|
@ -1,11 +1,30 @@
|
|||
## What’s changed
|
||||
|
||||
Adds optional deadtime configuration, to ease stale issues with Cyberpower UPS devices.
|
||||
## 🧰 Maintenance
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🔨 Add deadtime configuration option @sinclairpaul (#94)
|
||||
- Apply updated repository structure & CI workflow @frenck (#128)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 🔨 Add deadtime configuration option @sinclairpaul (#94)
|
||||
- 📚 Fix formatting @sinclairpaul (#99)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#101)
|
||||
- Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#103)
|
||||
- Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#104)
|
||||
- Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#107)
|
||||
- Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#110)
|
||||
- Bump frenck/action-addon-linter from v2.0.0 to v2.1 @dependabot (#111)
|
||||
- Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#112)
|
||||
- Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#113)
|
||||
- Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#114)
|
||||
- Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#115)
|
||||
- Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#118)
|
||||
- Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#119)
|
||||
- Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#120)
|
||||
- Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#121)
|
||||
- Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#122)
|
||||
- Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#123)
|
||||
- 🔨 Add nut-xml driver @sinclairpaul (#126)
|
||||
- ⬆️Upgrades add-on base image to v4.2.0 @frenck (#127)
|
||||
|
|
18
nut/DOCS.md
18
nut/DOCS.md
|
@ -171,7 +171,7 @@ devices:
|
|||
- product = ".*(Smart|Back)-?UPS.*"
|
||||
```
|
||||
|
||||
#### Option: `mode`
|
||||
### Option: `mode`
|
||||
|
||||
Recognized values are `netserver` and `netclient`.
|
||||
|
||||
|
@ -180,44 +180,44 @@ Recognized values are `netserver` and `netclient`.
|
|||
- `netclient`: Only runs `upsmon` to connect to a remote system running as
|
||||
`netserver`.
|
||||
|
||||
#### Option: `shutdown_host`
|
||||
### Option: `shutdown_host`
|
||||
|
||||
When this option is set to `true` on a UPS shutdown command, the host system
|
||||
will be shutdown. When set to `false` only the add-on will be stopped. This is to
|
||||
allow testing without impact to the system.
|
||||
|
||||
#### Option: `list_usb_devices`
|
||||
### Option: `list_usb_devices`
|
||||
|
||||
When this option is set to `true`, a list of connected USB devices will be
|
||||
displayed in the add-on log when the add-on starts up. This option can be used
|
||||
to help identify different UPS devices when multiple UPS devices are connected
|
||||
to the system.
|
||||
|
||||
#### Option: `remote_ups_name`
|
||||
### Option: `remote_ups_name`
|
||||
|
||||
When running in `netclient` mode, the name of the remote UPS.
|
||||
|
||||
#### Option: `remote_ups_host`
|
||||
### Option: `remote_ups_host`
|
||||
|
||||
When running in `netclient` mode, the host of the remote UPS.
|
||||
|
||||
#### Option: `remote_ups_user`
|
||||
### Option: `remote_ups_user`
|
||||
|
||||
When running in `netclient` mode, the user of the remote UPS.
|
||||
|
||||
#### Option: `remote_ups_password`
|
||||
### Option: `remote_ups_password`
|
||||
|
||||
When running in `netclient` mode, the password of the remote UPS.
|
||||
|
||||
**Note**: _When using the remote option, the user and device options must still
|
||||
be present, however they will have no effect_
|
||||
|
||||
#### Option: `upsd_maxage`
|
||||
### Option: `upsd_maxage`
|
||||
|
||||
Allows setting the MAXAGE value in upsd.conf to increase the timeout for
|
||||
specific drivers, should not be changed for the majority of users.
|
||||
|
||||
#### Option: `upsmon_deadtime`
|
||||
### Option: `upsmon_deadtime`
|
||||
|
||||
Allows setting the DEADTIME value in upsmon.conf to adjust the stale time for
|
||||
the monitor process, should not be changed for the majority of users.
|
||||
|
|
|
@ -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.6.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.7.0
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "0.6.2",
|
||||
"version": "0.7.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