Skip to content

Commit 9415f08

Browse files
committed
Add warnings for edge and beta versions in README template
1 parent e4c3d9a commit 9415f08

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.README.j2

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
[![License][license-shield]][license]
44

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+
547
## About
648

749
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
70112
{% endif %}
71113
{% endfor %}
72114
{% endfor %}
115+
[frenck]: https://github.com/frenck
116+
[ha-addons]: https://addons.community/
73117
[license]: https://github.com/staerk-ha-addons/repository/blob/main/LICENSE
74118
[license-shield]: https://img.shields.io/github/license/staerk-ha-addons/repository.svg

0 commit comments

Comments
 (0)