Update .README.j2

This commit is contained in:
Alexandre
2022-04-20 13:59:50 +02:00
committed by GitHub
parent 86bb5bc56c
commit 701e084679

View File

@@ -37,25 +37,11 @@ home to the next level.
In the Home Assistant add-on store, a possibility to add a repository is provided, and [documented on the Home Assistant website](https://home-assistant.io/hassio/installing_third_party_addons).
Use the following URL to add this repository:
```txt
{{ repo }}
```
Use the following URL to add this repository: https://github.com/alexbelgium/hassio-addons
## Add-ons provided by this repository
{% for addon in addons %} : {{ addon.description }}
### ✓ [{{ addon.name }}][addon-{{ addon.target }}]
![Latest Version][{{ addon.target }}-version-shield]
![Supports armhf Architecture][{{ addon.target }}-armhf-shield]
![Supports armv7 Architecture][{{ addon.target }}-armv7-shield]
![Supports aarch64 Architecture][{{ addon.target }}-aarch64-shield]
![Supports amd64 Architecture][{{ addon.target }}-amd64-shield]
![Supports i386 Architecture][{{ addon.target }}-i386-shield]
{% endfor %}
%%ADDONS_LIST%%
## Support
@@ -66,17 +52,4 @@ You have several options to get them answered:
- The Home Assistant [Community Forum][forum].
- This repository issues list
{% for addon in addons %}
[addon-{{ addon.target }}]: {{ addon.repo }}/tree/{{ addon.version }}
[addon-doc-{{ addon.target}}]: {{ addon.repo }}/blob/{{ addon.version }}/README.md
[{{ addon.target }}-issue]: {{ addon.repo }}/issues
[{{ addon.target }}-version-shield]: https://img.shields.io/badge/version-{{ addon.version }}-blue.svg
{% for arch in ['aarch64', 'amd64', 'armhf', 'armv7', 'i386'] %}
{% if arch in addon.archs %}
[{{ addon.target }}-{{ arch }}-shield]: https://img.shields.io/badge/{{ arch }}-yes-green.svg
{% else %}
[{{ addon.target }}-{{ arch }}-shield]: https://img.shields.io/badge/{{ arch }}-no-red.svg
{% endif %}
{% endfor %}
{% endfor %}
[forum]: https://community.home-assistant.io/t/my-custom-repo