You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: info.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,28 @@
1
1
{% if installed %}
2
2
**Thanks for using this custom component.**
3
+
3
4
<br>
5
+
6
+
4
7
{% endif %}
5
8
6
9
{% if prerelease %}
7
10
**This is a Beta version!**
11
+
8
12
<br>
13
+
14
+
9
15
{% endif %}
10
16
11
17
{% if installed and version_installed < "0.3.0" %}
12
18
**Version 0.3.0 and later of this component only work on HA 0.96 and later. If you are on an older version of HA use [release 0.2.3](https://github.com/custom-components/climate.e_thermostaat/releases/tag/0.2.3) of this component.**
0 commit comments