mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Network UPS Tools to 601c052
This commit is contained in:
parent
78ea655446
commit
bcd445b585
4 changed files with 10 additions and 9 deletions
|
@ -1065,10 +1065,10 @@ SOFTWARE.
|
|||
[mopidy-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[mopidy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[mopidy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/b7293c2
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/b7293c2/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/601c052
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/601c052/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-b7293c2-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-601c052-blue.svg
|
||||
[nut-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/nut-armhf.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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2019/12/16 23:17 UTC - [b7293c2](https://github.com/hassio-addons/addon-nut/commit/b7293c2d266a2077eb64eb1a673ff4ca60622da8) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> 🚑Fix spaces from device config
|
||||
2019/12/19 15:17 UTC - [601c052](https://github.com/hassio-addons/addon-nut/commit/601c052ab12935be0d7c3faa0c6976673ae0ab33) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> 📚Update docs for upsd.conf MAXAGE
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-nut/blob/b7293c2/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-nut/blob/601c052/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
|
@ -79,5 +79,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-b7293c2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/b7293c2
|
||||
[release-shield]: https://img.shields.io/badge/version-601c052-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/601c052
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "b7293c2",
|
||||
"version": "601c052",
|
||||
"slug": "nut",
|
||||
"description": "Manage battery backup (UPS) devices",
|
||||
"url": "https://github.com/hassio-addons/addon-nut",
|
||||
|
@ -79,6 +79,7 @@
|
|||
"remote_ups_host": "str?",
|
||||
"remote_ups_password": "str?",
|
||||
"remote_ups_user": "str?",
|
||||
"upsd_maxage": "int?",
|
||||
"i_like_to_be_pwned": "bool?",
|
||||
"leave_front_door_open": "bool?"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue