mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Network UPS Tools to 3f6d33d
This commit is contained in:
parent
a25e15012f
commit
e0f607fd33
5 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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?"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue