Update readme

This commit is contained in:
2022-08-13 20:29:19 +02:00
parent 5055e39cd0
commit f08b0ecaee

View File

@@ -1,27 +1,14 @@
# Example Home Assistant add-on repository
# My cusstom Home Assistant add-on repository
This repository can be used as a "blueprint" for add-on development to help you get started.
## Contains the following add-ons:
</br>
Add-on documentation: <https://developers.home-assistant.io/docs/add-ons>
| Add-On Name | Notes |
| --- | --- |
| [Portainer](https://www.portainer.io/) | Fork of: [Home Assistant Community Add-on: Portainer](https://github.com/hassio-addons/addon-portainer) </br> The official add-on is discontinued so i maintain it here for my own usage. |
[![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)
## Add-ons
This repository contains the following add-ons
### [Example add-on](./example)
![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._
<!--
Notes to developers after forking or using the github template feature:
- While developing comment out the 'image' key from 'example/config.yaml' to make the supervisor build the addon
- Remember to put this back when pushing up your changes.
@@ -37,9 +24,3 @@ Notes to developers after forking or using the github template feature:
- Share your repository on the forums https://community.home-assistant.io/c/projects/9
- Do awesome stuff!
-->
[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