From 86bb5bc56cf65c1072f5813a670f76102fab84fe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:50:20 +0200 Subject: [PATCH] New system --- .README.j2 | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .README.j2 diff --git a/.README.j2 b/.README.j2 new file mode 100644 index 000000000..8919b65a0 --- /dev/null +++ b/.README.j2 @@ -0,0 +1,82 @@ +# Home assistant add-on: alexbelgium + + + +[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) +![update-badge](https://img.shields.io/github/last-commit/alexbelgium/hassio-addons?label=last%20update) + +[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=flat&logoColor=white + +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/9c6cf10bdbba45ecb202d7f579b5be0e)](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade) +[![GitHub Super-Linter](https://github.com/alexbelgium/hassio-addons/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) +[![Builder](https://github.com/alexbelgium/hassio-addons/workflows/Builder/badge.svg)](https://github.com/alexbelgium/hassio-addons/actions/workflows/builder.yaml) + +[support-badge]: https://camo.githubusercontent.com/f4dbb995049f512fdc97fcc9e022ac243fa38c408510df9d46c7467d0970d959/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f537570706f72742d7468726561642d677265656e2e737667 + +_Thanks to everyone having starred my repo! To star it click on the image below, then it will be on top right. Thanks!_ + +[![Stargazers repo roster for @alexbelgium/hassio-addons](https://reporoster.com/stars/alexbelgium/hassio-addons)](https://github.com/alexbelgium/hassio-addons/stargazers) + +_Thanks to all contributors !_ + + + + + +## About + +Home Assistant allows anyone to create add-on repositories to share their +add-ons for Home Assistant easily. This repository is one of those repositories, +providing extra Home Assistant add-ons for your installation. + +The primary goal of this project is to provide you (as a Home Assistant user) +with additional, high quality, add-ons that allow you to take your automated +home to the next level. + +## Installation + +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 }} +``` + +## 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 %} + +## Support + +Got questions? + +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