mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
Update .README.j2
This commit is contained in:
31
.README.j2
31
.README.j2
@@ -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).
|
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:
|
Use the following URL to add this repository: https://github.com/alexbelgium/hassio-addons
|
||||||
|
|
||||||
```txt
|
|
||||||
{{ repo }}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Add-ons provided by this repository
|
## Add-ons provided by this repository
|
||||||
|
|
||||||
{% for addon in addons %} : {{ addon.description }}
|
%%ADDONS_LIST%%
|
||||||
### ✓ [{{ 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 %}
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
@@ -66,17 +52,4 @@ You have several options to get them answered:
|
|||||||
- The Home Assistant [Community Forum][forum].
|
- The Home Assistant [Community Forum][forum].
|
||||||
- This repository issues list
|
- 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
|
[forum]: https://community.home-assistant.io/t/my-custom-repo
|
||||||
|
|||||||
Reference in New Issue
Block a user