⬆️ Updating add-on Network UPS Tools to a073622

This commit is contained in:
Community Hass.io Add-ons Bot 2019-04-22 19:55:29 +00:00
parent 580502b901
commit 2dbe17ba33
4 changed files with 15 additions and 15 deletions

View file

@ -935,10 +935,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/1f4ebc0
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/1f4ebc0/README.md
[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/a073622
[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/a073622/README.md
[nut-issue]: https://github.com/hassio-addons/addon-nut/issues
[nut-version-shield]: https://img.shields.io/badge/version-1f4ebc0-blue.svg
[nut-version-shield]: https://img.shields.io/badge/version-a073622-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

View file

@ -1,3 +1,3 @@
2019/03/07 12:00 UTC - [1f4ebc0](https://github.com/hassio-addons/addon-nut/commit/1f4ebc0c045c008750e32b0c764e92a307c6b946) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to 2.3.2
2019/04/22 19:48 UTC - [a073622](https://github.com/hassio-addons/addon-nut/commit/a073622a9fde87af96006982e03408f8d222fcfd) by [@frenck](https://github.com/frenck)
> :hammer: Rewrite add-on onto Bashio

View file

@ -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/1f4ebc0/README.md
[docs]: https://github.com/hassio-addons/addon-nut/blob/a073622/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-1f4ebc0-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/1f4ebc0
[release-shield]: https://img.shields.io/badge/version-a073622-blue.svg
[release]: https://github.com/hassio-addons/addon-nut/tree/a073622

View file

@ -1,6 +1,6 @@
{
"name": "Network UPS Tools",
"version": "1f4ebc0",
"version": "a073622",
"slug": "nut",
"description": "Manage battery backup (UPS) devices",
"url": "https://github.com/hassio-addons/addon-nut",
@ -9,6 +9,7 @@
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"boot": "auto",
@ -18,6 +19,9 @@
"ports": {
"3493/tcp": 3493
},
"ports_description": {
"3493/tcp": "Network UPS Tools"
},
"devices": [
"/dev/bus/usb:/dev/bus/usb:rwm"
],
@ -26,7 +30,6 @@
],
"stdin": true,
"options": {
"log_level": "info",
"users": [
{
"username": "",
@ -39,7 +42,7 @@
]
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"users": [
{
"username": "str",
@ -56,8 +59,5 @@
"i_like_to_be_pwned": "bool?",
"leave_front_door_open": "bool?"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/nut"
"image": "hassioaddons/nut-{arch}"
}