🎉 Release of add-on Network UPS Tools 0.6.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-10 23:33:51 +00:00
parent dde9991078
commit 8a80f731a1
5 changed files with 16 additions and 28 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.5.0 [addon-nut]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.5.0/README.md [addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/v0.6.0/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.5.0-blue.svg [nut-version-shield]: https://img.shields.io/badge/version-v0.6.0-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,20 +1,14 @@
Hopefully fixes all the issues with Eaton UPS devices, in case of issues, please report them.
Thanks to @pvizeli for the assistance.
Many thanks for all the testers @Maste89 @marvinroger @romain3w @mrtmsgh, and if I missed anyone I apologise :)
## Whats changed ## Whats changed
- 🔨 Change base image to Debian @sinclairpaul (#88)
## 🧰 Maintenance ## 🧰 Maintenance
- 🔨 Update add-on config for Supervisor 2021.2 @sinclairpaul (#78) - 🔨 Enable udev in config @sinclairpaul (#83)
## 📚 Documentation
- 📚 Update docs to reflect integration @sinclairpaul (#72)
## ⬆️ Dependency updates
- 🔨 Bump add-on linter to v2.0.0 @sinclairpaul (#77)
- Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#67)
- Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#68)
- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#71)
- Upgrade add-on base image to 9.1.2 @frenck (#70)
- Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#74)
- Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#73)
- Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#75)

View file

@ -212,12 +212,6 @@ When running in `netclient` mode, the password of the remote UPS.
**Note**: _When using the remote option, the user and device options must still **Note**: _When using the remote option, the user and device options must still
be present, however they will have no effect_ be present, however they will have no effect_
#### Option: `fake_usb_devices`
Creates fake USB devices to fix problems with Cyber Power UPSes.
Only enable this if you sure you are affected.
[More info][fake-usb]
#### Option: `upsd_maxage` #### Option: `upsd_maxage`
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

View file

@ -73,5 +73,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-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/ [nut-sensor-docs]: https://www.home-assistant.io/components/sensor.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.5.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/v0.5.0 [release]: https://github.com/hassio-addons/addon-nut/tree/v0.6.0

View file

@ -1,6 +1,6 @@
{ {
"name": "Network UPS Tools", "name": "Network UPS Tools",
"version": "0.5.0", "version": "0.6.0",
"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",
@ -13,6 +13,7 @@
"i386" "i386"
], ],
"uart": true, "uart": true,
"udev": true,
"usb": true, "usb": true,
"hassio_api": true, "hassio_api": true,
"hassio_role": "manager", "hassio_role": "manager",
@ -78,7 +79,6 @@
"remote_ups_password": "password?", "remote_ups_password": "password?",
"remote_ups_user": "str?", "remote_ups_user": "str?",
"upsd_maxage": "int?", "upsd_maxage": "int?",
"fake_usb_devices": "bool?",
"i_like_to_be_pwned": "bool?", "i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?" "leave_front_door_open": "bool?"
}, },