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.6.2
This commit is contained in:
parent
777e6e5668
commit
232cfe7c74
5 changed files with 18 additions and 8 deletions
|
@ -918,10 +918,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.1
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.1/README.md
|
||||
[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
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.6.1-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-v0.6.2-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,7 +1,11 @@
|
|||
## What’s changed
|
||||
|
||||
Minor release to update references to the HA integration
|
||||
Adds optional deadtime configuration, to ease stale issues with Cyberpower UPS devices.
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🔨 Add deadtime configuration option @sinclairpaul (#94)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Doc tweaks @sinclairpaul (#90)
|
||||
- 🔨 Add deadtime configuration option @sinclairpaul (#94)
|
||||
|
|
|
@ -217,6 +217,11 @@ be present, however they will have no effect_
|
|||
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`
|
||||
|
||||
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.
|
||||
|
||||
### Option: `i_like_to_be_pwned`
|
||||
|
||||
Adding this option to the add-on configuration allows to you bypass the
|
||||
|
|
|
@ -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.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1
|
||||
[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
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"slug": "nut",
|
||||
"description": "Manage battery backup (UPS) devices",
|
||||
"url": "https://github.com/hassio-addons/addon-nut",
|
||||
|
@ -79,6 +79,7 @@
|
|||
"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?"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue