From 95998d1cf42d2e37d08ec7fab30ebe777fb20d12 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Wed, 16 Oct 2024 17:41:42 +0200 Subject: [PATCH] fix lowercase --- README.md | 10 +++++----- repository.yaml | 2 +- velbusd/config.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61ce29b..db52f70 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ This addon basically implements [Velbus TCP](https://github.com/velbus/python-ve >This project requires financial support, but it is free for you to use. You can join those helping to keep the lights on at: > >[](https://buymeacoffee.com/cereal2nd) ->[](https://github.com/sponsors/Cereal2nd/) +>[](https://github.com/sponsors/cereal2nd/) ## Installation 1. Navigate in your Home Assistant frontend to Settings -> Add-ons -> Add-on Store (Bottom Right). -2. Click the 3-dots menu at upper right ... > Repositories and add this repository's URL: [https://github.com/Cereal2nd/hassio-velbusd/](https://github.com/Cereal2nd/hassio-velbusd/) +2. Click the 3-dots menu at upper right ... > Repositories and add this repository's URL: [https://github.com/cereal2nd/hassio-velbusd/](https://github.com/cereal2nd/hassio-velbusd/) 3. Reload the page , scroll to the bottom to find the new repository, and click the new add-on named "Home Assistant Google Drive Backup": Note: Home Assistant loads the repository in the background and the new item won't always show up automatically. You might need to wait a few seconds and then "hard refesh" the page for it to show up. On most browser the keyboard shortcut for this is CTRL+F5. If it still doesn't show up, clear your browser's cache and it should then. 5. Click Install and give it a few minutes to finish downloading. @@ -39,8 +39,8 @@ Feel free to [open an issue here][issue] on GitHub. [my-ha-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg -[my-ha-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/Cereal2nd/hassio-velbusd -[ha-addons]: https://github.com/Cereal2nd/hassio-velbusd +[my-ha-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/cereal2nd/hassio-velbusd +[ha-addons]: https://github.com/cereal2nd/hassio-velbusd [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg @@ -48,4 +48,4 @@ Feel free to [open an issue here][issue] on GitHub. [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[issue]: https://github.com/Cereal2nd/hassio-velbusd/issues +[issue]: https://github.com/cereal2nd/hassio-velbusd/issues diff --git a/repository.yaml b/repository.yaml index 4fac449..236cdf3 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ name: Hassio Velbusd -url: 'https://github.com/Cereal2nd/hassio-velbusd' +url: 'https://github.com/cereal2nd/hassio-velbusd' maintainer: Maikel Punie diff --git a/velbusd/config.yaml b/velbusd/config.yaml index f4ad20b..de095a9 100644 --- a/velbusd/config.yaml +++ b/velbusd/config.yaml @@ -1,10 +1,10 @@ name: "Velbus serial to TCP interface" description: "This addon will make a TCP server from a serial device, this allows hassio and velbuslink to work simultanious on the bus" -version: "0.1.15" +version: "0.1.18" slug: "velbusd" init: false apparmor: false -url: https://github.com/Cereal2nd/hassio-velbusd +url: https://github.com/cereal2nd/hassio-velbusd arch: - aarch64 - amd64