mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Network UPS Tools to e6ea959
This commit is contained in:
parent
4ce06235df
commit
e9341bc54f
4 changed files with 11 additions and 10 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/79fe9c6
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/79fe9c6/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/e6ea959
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/e6ea959/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-79fe9c6-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-e6ea959-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/07 09:36 UTC - [79fe9c6](https://github.com/hassio-addons/addon-nut/commit/79fe9c6bb9b07462cf1d890a2670a538a499266b) by [@sinclairpaul](https://github.com/sinclairpaul)
|
||||
> 📚Update Readme to reflect changes
|
||||
2019/12/16 20:06 UTC - [e6ea959](https://github.com/hassio-addons/addon-nut/commit/e6ea959a5f913a30b1f10d5f2d29fac29f50ed49) by [@dale3h](https://github.com/dale3h)
|
||||
> 🔨Add option to show connected USB devices
|
||||
|
||||
|
|
|
@ -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/79fe9c6/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-nut/blob/e6ea959/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-79fe9c6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/79fe9c6
|
||||
[release-shield]: https://img.shields.io/badge/version-e6ea959-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/e6ea959
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "79fe9c6",
|
||||
"version": "e6ea959",
|
||||
"slug": "nut",
|
||||
"description": "Manage battery backup (UPS) devices",
|
||||
"url": "https://github.com/hassio-addons/addon-nut",
|
||||
|
@ -72,8 +72,9 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"shutdown_hassio": "bool",
|
||||
"mode": "match(^(netserver|netclient)$)",
|
||||
"shutdown_hassio": "bool",
|
||||
"list_usb_devices": "bool?",
|
||||
"remote_ups_name": "str?",
|
||||
"remote_ups_host": "str?",
|
||||
"remote_ups_password": "str?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue