diff --git a/README.md b/README.md index 2e1b38bdb..c95571fc7 100644 --- a/README.md +++ b/README.md @@ -872,10 +872,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/05be885 -[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/05be885/README.md +[addon-nut]: https://github.com/hassio-addons/addon-nut/tree/6436e4d +[addon-doc-nut]: https://github.com/hassio-addons/addon-nut/blob/6436e4d/README.md [nut-issue]: https://github.com/hassio-addons/addon-nut/issues -[nut-version-shield]: https://img.shields.io/badge/version-05be885-blue.svg +[nut-version-shield]: https://img.shields.io/badge/version-6436e4d-blue.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 [nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/nut/CHANGELOG.md b/nut/CHANGELOG.md index acc91fe94..11daf2646 100644 --- a/nut/CHANGELOG.md +++ b/nut/CHANGELOG.md @@ -1,4 +1,3 @@ -# Changelog since v0.9.1 -- 📚 Add My buttons to documentation (#220) -- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#219) -- ⬆️ Upgrades add-on base image to 5.3.0 (#218) +# Changelog since v0.10.0 +- 📚 Use new My Home Assistant link format (#232) +- ⬆️ Upgrades add-on base image to 6.0.0 (#231) diff --git a/nut/DOCS.md b/nut/DOCS.md index 01a07ca49..18bfe3e80 100644 --- a/nut/DOCS.md +++ b/nut/DOCS.md @@ -37,12 +37,6 @@ comparison to installing any other Home Assistant add-on. 1. Check the logs of the "Network UPS Tools" add-on to see if everything went well. 1. Configure the [NUT Integration][nut-ha-docs]. -Home Assistant, by default, ships with the Community Add-ons store installed. -However, if it is missing (for any reason), you can add it by clicking the -button My button below. - -[![Add repository to your Home Assitant instance.][repository-badge]][repository] - ## Configuration The add-on can be used with the basic configuration, with other options for more @@ -361,7 +355,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg -[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nut&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [contributors]: https://github.com/hassio-addons/addon-nut/graphs/contributors [critical-notif]: https://companion.home-assistant.io/docs/notifications/critical-notifications [dale3h]: https://github.com/dale3h @@ -380,8 +374,6 @@ SOFTWARE. [nutupsdrv]: https://networkupstools.org/docs/man/nutupsdrv.html [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-nut/releases -[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: https://semver.org/spec/v2.0.0 [sleep]: https://linux.die.net/man/1/sleep [ups-conf]: https://networkupstools.org/docs/man/ups.conf.html diff --git a/nut/README.md b/nut/README.md index ca67f018c..59ec18a3a 100644 --- a/nut/README.md +++ b/nut/README.md @@ -61,5 +61,5 @@ If you are more interested in stable releases of our add-ons: [nut-features]: https://networkupstools.org/features.html [nut-ha-docs]: https://www.home-assistant.io/integrations/nut/ [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-05be885-blue.svg -[release]: https://github.com/hassio-addons/addon-nut/tree/05be885 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-6436e4d-blue.svg +[release]: https://github.com/hassio-addons/addon-nut/tree/6436e4d \ No newline at end of file diff --git a/nut/config.yaml b/nut/config.yaml index 45d78cf06..04feb6af2 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -10,6 +10,7 @@ hassio_api: true hassio_role: manager homeassistant_api: true image: ghcr.io/hassio-addons/nut/{arch} +init: false name: Network UPS Tools options: devices: @@ -62,4 +63,4 @@ uart: true udev: true url: https://github.com/hassio-addons/addon-nut usb: true -version: 05be885 +version: 6436e4d