⬆️ Updating add-on Network UPS Tools to 3f6d33d

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-10 22:30:35 +00:00
parent a25e15012f
commit e0f607fd33
5 changed files with 13 additions and 13 deletions

View file

@ -964,10 +964,10 @@ SOFTWARE.
[mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[mopidy-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[mopidy-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/cda5f79
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/cda5f79/README.md
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/3f6d33d
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/3f6d33d/README.md
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
[nut-version-shield]: https://img.shields.io/badge/version-cda5f79-blue.svg
[nut-version-shield]: https://img.shields.io/badge/version-3f6d33d-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

View file

@ -1,4 +1,11 @@
# Changelog since v0.5.0
- 🔨 Change base image to Debian (#88)
* 🔨 Remove fake_usb_devices option
* 🔨 Change to Debian base image
* 💄 Linting
- ⬇ Downgrade image and dependencies to v8.0.6 (#87)
* 🔨 Remove SYS_RAWIO

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
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`
Allows setting the MAXAGE value in upsd.conf to increase the timeout for

View file

@ -76,5 +76,5 @@ If you are more interested in stable releases of our add-ons:
[nut-features]: https://networkupstools.org/features.html
[nut-sensor-docs]: https://www.home-assistant.io/components/sensor.nut/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-cda5f79-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/cda5f79
[release-shield]: https://img.shields.io/badge/version-3f6d33d-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/3f6d33d

View file

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