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 5715820
This commit is contained in:
parent
4f8fe4c8c3
commit
f7c56f846d
4 changed files with 17 additions and 11 deletions
|
@ -1081,10 +1081,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/6944df4
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/6944df4/README.md
|
||||
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/5715820
|
||||
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/5715820/README.md
|
||||
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-6944df4-blue.svg
|
||||
[nut-version-shield]: https://img.shields.io/badge/version-5715820-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 +1,7 @@
|
|||
- :shirt: Fix lint warnings
|
||||
- :hammer: Tweaks and improvements (#27)
|
||||
|
||||
* :hammer: Tweaks and improvements
|
||||
|
||||
* :pencil2: Replace some Hass.io occurances
|
||||
|
||||
* :pencil2: Typo
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
|
||||
|
||||
A Network UPS Tools daemon to allow you to easily manage battery backup (UPS)
|
||||
devices connected to your Hass.io machine.
|
||||
devices connected to your Home Assistant machine.
|
||||
|
||||
## About
|
||||
|
||||
|
@ -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/6944df4/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-nut/blob/5715820/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/2020.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-6944df4-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/6944df4
|
||||
[release-shield]: https://img.shields.io/badge/version-5715820-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-nut/tree/5715820
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Network UPS Tools",
|
||||
"version": "6944df4",
|
||||
"version": "5715820",
|
||||
"slug": "nut",
|
||||
"description": "Manage battery backup (UPS) devices",
|
||||
"url": "https://github.com/hassio-addons/addon-nut",
|
||||
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
],
|
||||
"mode": "netserver",
|
||||
"shutdown_hassio": "false"
|
||||
"shutdown_host": "false"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
],
|
||||
"mode": "list(netserver|netclient)",
|
||||
"shutdown_hassio": "bool",
|
||||
"shutdown_host": "bool",
|
||||
"list_usb_devices": "bool?",
|
||||
"remote_ups_name": "str?",
|
||||
"remote_ups_host": "str?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue