Skip to content

Commit

Permalink
fix lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Oct 16, 2024
1 parent fee874a commit 95998d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
>
>[<img src="images/bmc-button.svg" width=150 height=40 style="margin: 5px"/>](https://buymeacoffee.com/cereal2nd)
>[<img src="images/github-sponsors-button.svg" width=150 height=40 style="margin: 5px"/>](https://github.com/sponsors/Cereal2nd/)
>[<img src="images/github-sponsors-button.svg" width=150 height=40 style="margin: 5px"/>](https://github.com/sponsors/cereal2nd/)
## Installation
1. Navigate in your Home Assistant frontend to <kbd>Settings</kbd> -> <kbd>Add-ons</kbd> -> <kbd>Add-on Store (Bottom Right)</kbd>.
2. Click the 3-dots menu at upper right <kbd>...</kbd> > <kbd>Repositories</kbd> 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 <kbd>...</kbd> > <kbd>Repositories</kbd> 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 <kbd>Install</kbd> and give it a few minutes to finish downloading.
Expand All @@ -39,13 +39,13 @@ 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
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[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
2 changes: 1 addition & 1 deletion repository.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Hassio Velbusd
url: 'https://github.com/Cereal2nd/hassio-velbusd'
url: 'https://github.com/cereal2nd/hassio-velbusd'
maintainer: Maikel Punie <[email protected]>
4 changes: 2 additions & 2 deletions velbusd/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 95998d1

Please sign in to comment.