diff --git a/README.md b/README.md index 41533e8c2..65b7391d7 100644 --- a/README.md +++ b/README.md @@ -1106,10 +1106,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/6449976 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/6449976/README.md +[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 [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-6449976-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-6944df4-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 diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index 17431613e..dd40b6e84 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1 +1 @@ -- 📚Fix links in Readme +- :shirt: Fix lint warnings diff --git a/nut/README.md b/nut/README.md index 649df988a..fa9f4c6b5 100644 --- a/nut/README.md +++ b/nut/README.md @@ -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/6449976/README.md +[docs]: https://github.com/hassio-addons/addon-nut/blob/6944df4/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-6449976-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/6449976 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-6944df4-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/6944df4 \ No newline at end of file diff --git a/nut/config.json b/nut/config.json index 6b456dbd5..5410c3827 100644 --- a/nut/config.json +++ b/nut/config.json @@ -1,6 +1,6 @@ { "name": "Network UPS Tools", - "version": "6449976", + "version": "6944df4", "slug": "nut", "description": "Manage battery backup (UPS) devices", "url": "https://github.com/hassio-addons/addon-nut", @@ -81,6 +81,7 @@ "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?" },