From 701e08467905c2e6aa24f0520ba0ea4fb52e5cbe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:59:50 +0200 Subject: [PATCH] Update .README.j2 --- .README.j2 | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/.README.j2 b/.README.j2 index 8919b65a0..d6b0aa066 100644 --- a/.README.j2 +++ b/.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). -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