|
2 | 2 |
|
3 | 3 | [![License][license-shield]][license] |
4 | 4 |
|
| 5 | +{% if channel == "edge" %} |
| 6 | +## WARNING! THIS IS AN EDGE VERSION! |
| 7 | + |
| 8 | +> [!CAUTION] |
| 9 | +> This Home Assistant Add-ons repository contains edge builds of add-ons. |
| 10 | +> Edge builds add-ons are based upon the latest development version. |
| 11 | + |
| 12 | +- They may not work at all. |
| 13 | +- They might stop working at any time. |
| 14 | +- They could have a negative impact on your system. |
| 15 | + |
| 16 | +This repository was created for: |
| 17 | + |
| 18 | +- Anybody willing to test. |
| 19 | +- Anybody interested in trying out upcoming add-ons or add-on features. |
| 20 | +- Developers. |
| 21 | + |
| 22 | +If you are more interested in stable releases of our add-ons: |
| 23 | + |
| 24 | +<https://github.com/staerk-ha-addons/repository> |
| 25 | + |
| 26 | +{% endif %} |
| 27 | +{% if channel == "beta" %} |
| 28 | +## WARNING! THIS IS A BETA VERSION! |
| 29 | + |
| 30 | +> [!WARNING] |
| 31 | +> This Home Assistant Add-ons repository contains beta releases of add-ons. |
| 32 | + |
| 33 | +- They might stop working at any time. |
| 34 | +- They could have a negative impact on your system. |
| 35 | + |
| 36 | +This repository was created for: |
| 37 | + |
| 38 | +- Anybody willing to test. |
| 39 | +- Anybody interested in trying out upcoming add-ons or add-on features. |
| 40 | + |
| 41 | +If you are more interested in stable releases of our add-ons: |
| 42 | + |
| 43 | +<https://github.com/staerk-ha-addons/repository> |
| 44 | + |
| 45 | +{% endif %} |
| 46 | + |
5 | 47 | ## About |
6 | 48 |
|
7 | 49 | Home Assistant add-ons repository by Jeppe Stærk. These add-ons extend the functionality of your Home Assistant installation. |
@@ -70,5 +112,7 @@ MIT License - Copyright (c) 2025 Jeppe Stærk |
70 | 112 | {% endif %} |
71 | 113 | {% endfor %} |
72 | 114 | {% endfor %} |
| 115 | +[frenck]: https://github.com/frenck |
| 116 | +[ha-addons]: https://addons.community/ |
73 | 117 | [license]: https://github.com/staerk-ha-addons/repository/blob/main/LICENSE |
74 | 118 | [license-shield]: https://img.shields.io/github/license/staerk-ha-addons/repository.svg |
0 commit comments