Skip to content

Commit 95998d1

Browse files
committed
fix lowercase
1 parent fee874a commit 95998d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This addon basically implements [Velbus TCP](https://github.com/velbus/python-ve
1717
>This project requires financial support, but it is free for you to use. You can join those helping to keep the lights on at:
1818
>
1919
>[<img src="images/bmc-button.svg" width=150 height=40 style="margin: 5px"/>](https://buymeacoffee.com/cereal2nd)
20-
>[<img src="images/github-sponsors-button.svg" width=150 height=40 style="margin: 5px"/>](https://github.com/sponsors/Cereal2nd/)
20+
>[<img src="images/github-sponsors-button.svg" width=150 height=40 style="margin: 5px"/>](https://github.com/sponsors/cereal2nd/)
2121
2222
## Installation
2323
1. Navigate in your Home Assistant frontend to <kbd>Settings</kbd> -> <kbd>Add-ons</kbd> -> <kbd>Add-on Store (Bottom Right)</kbd>.
24-
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/)
24+
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/)
2525
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":
2626
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.
2727
5. Click <kbd>Install</kbd> and give it a few minutes to finish downloading.
@@ -39,13 +39,13 @@ Feel free to [open an issue here][issue] on GitHub.
3939

4040

4141
[my-ha-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
42-
[my-ha-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/Cereal2nd/hassio-velbusd
43-
[ha-addons]: https://github.com/Cereal2nd/hassio-velbusd
42+
[my-ha-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/cereal2nd/hassio-velbusd
43+
[ha-addons]: https://github.com/cereal2nd/hassio-velbusd
4444
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
4545
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
4646
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
4747
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
4848
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
4949
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
5050
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
51-
[issue]: https://github.com/Cereal2nd/hassio-velbusd/issues
51+
[issue]: https://github.com/cereal2nd/hassio-velbusd/issues

repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: Hassio Velbusd
2-
url: 'https://github.com/Cereal2nd/hassio-velbusd'
2+
url: 'https://github.com/cereal2nd/hassio-velbusd'
33
maintainer: Maikel Punie <maikel.punie@gmail.com>

velbusd/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: "Velbus serial to TCP interface"
22
description: "This addon will make a TCP server from a serial device, this allows hassio and velbuslink to work simultanious on the bus"
3-
version: "0.1.15"
3+
version: "0.1.18"
44
slug: "velbusd"
55
init: false
66
apparmor: false
7-
url: https://github.com/Cereal2nd/hassio-velbusd
7+
url: https://github.com/cereal2nd/hassio-velbusd
88
arch:
99
- aarch64
1010
- amd64

0 commit comments

Comments
 (0)