🎉 Release of add-on Network UPS Tools 0.6.2

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-13 12:29:21 +00:00
parent 777e6e5668
commit 232cfe7c74
5 changed files with 18 additions and 8 deletions

View file

@ -918,10 +918,10 @@ SOFTWARE.
[matrix-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[matrix-i386-shield]: https://img.shields.io/badge/i386-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-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.1/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[nut-amd64-shield]: https://img.shields.io/badge/amd64-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 [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,7 +1,11 @@
## Whats changed ## Whats 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 ## 📚 Documentation
- 📚 Doc tweaks @sinclairpaul (#90) - 🔨 Add deadtime configuration option @sinclairpaul (#94)

View file

@ -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 Allows setting the MAXAGE value in upsd.conf to increase the timeout for
specific drivers, should not be changed for the majority of users. 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` ### Option: `i_like_to_be_pwned`
Adding this option to the add-on configuration allows to you bypass the Adding this option to the add-on configuration allows to you bypass the

View file

@ -58,5 +58,5 @@ If you are more interested in stable releases of our add-ons:
[nut-features]: https://networkupstools.org/features.html [nut-features]: https://networkupstools.org/features.html
[nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [nut-ha-docs]: https://www.home-assistant.io/integrations/nut/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.1 [release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.2

View file

@ -1,6 +1,6 @@
{ {
"name": "Network UPS Tools", "name": "Network UPS Tools",
"version": "0.6.1", "version": "0.6.2",
"slug": "nut", "slug": "nut",
"description": "Manage battery backup (UPS) devices", "description": "Manage battery backup (UPS) devices",
"url": "https://github.com/hassio-addons/addon-nut", "url": "https://github.com/hassio-addons/addon-nut",
@ -79,6 +79,7 @@
"remote_ups_password": "password?", "remote_ups_password": "password?",
"remote_ups_user": "str?", "remote_ups_user": "str?",
"upsd_maxage": "int?", "upsd_maxage": "int?",
"upsmon_deadtime": "int?",
"i_like_to_be_pwned": "bool?", "i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?" "leave_front_door_open": "bool?"
}, },