Skip to content

Commit

Permalink
Remove example, fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrtobolski committed Jun 20, 2024
1 parent 6cad93b commit 5bd903c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 195 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
# Example Home Assistant add-on repository
# Piotr Tobolski Home Assistant add-on repository

This repository can be used as a "blueprint" for add-on development to help you get started.

Add-on documentation: <https://developers.home-assistant.io/docs/add-ons>

[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhome-assistant%2Faddons-example)
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fpiotrtobolski%2Fha-addons)

## Add-ons

This repository contains the following add-ons

### [Example add-on](./example)
### [ebusd add-on](./ebusd)

![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports armhf Architecture][armhf-shield]
![Supports armv7 Architecture][armv7-shield]
![Supports i386 Architecture][i386-shield]

_ebusd - eBUS daemon_

### [ebusd2 add-on](./ebusd2)

![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
![Supports armhf Architecture][armhf-shield]
![Supports armv7 Architecture][armv7-shield]
![Supports i386 Architecture][i386-shield]

_Example add-on to use as a blueprint for new add-ons._
_Allows running second instance of ebusd on a single HA server_

<!--
Expand All @@ -41,6 +47,6 @@ Notes to developers after forking or using the github template feature:

[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
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
15 changes: 0 additions & 15 deletions example/CHANGELOG.md

This file was deleted.

10 changes: 0 additions & 10 deletions example/DOCS.md

This file was deleted.

12 changes: 0 additions & 12 deletions example/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions example/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions example/apparmor.txt

This file was deleted.

14 changes: 0 additions & 14 deletions example/build.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions example/config.yaml

This file was deleted.

Binary file removed example/icon.png
Binary file not shown.
Binary file removed example/logo.png
Binary file not shown.
15 changes: 0 additions & 15 deletions example/rootfs/etc/services.d/example/finish

This file was deleted.

21 changes: 0 additions & 21 deletions example/rootfs/etc/services.d/example/run

This file was deleted.

3 changes: 0 additions & 3 deletions example/rootfs/usr/bin/my_program

This file was deleted.

4 changes: 0 additions & 4 deletions example/translations/en.yaml

This file was deleted.

0 comments on commit 5bd903c

Please sign in to comment.