forked from blakadder/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 2.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: page
title: Tasmota Device Templates Repository
---
<h3>Tasmota Device Templates Repository</h3>
<h3>{% assign counter = 0 %}{% for item in site.templates %}{% assign counter=counter | plus:1 %}{% endfor %}{{ counter }} devices submitted by the community</h3>
<b>Devices by electrical standard:</b><br>
<a align="right" class="button button-large" href="all.html">ALL</a>
<a align="right" class="button button-large" href="eu.html">EU</a>
<a align="right" class="button button-large" href="us.html">US</a>
<a align="right" class="button button-large" href="uk.html">UK</a>
<a align="right" class="button button-large" href="anzac.html">AU-NZ-AR-CN</a>
<a align="right" class="button button-large" href="in.html">IN</a>
<a align="right" class="button button-large" href="il.html">IL</a>
<a align="right" class="button button-large" href="global.html">GLOBAL</a>
<br><a href="https://www.worldstandards.eu/electricity/spread-plug-types-map/" target="_blank">World map of plugs</a> for more information.
<br>
<br>
<b>Devices by type:</b><br>
<a align="right" class="button button-large" href="plug.html">PLUGS</a>
<a align="right" class="button button-large" href="light.html">LIGHTS</a>
<a align="right" class="button button-large" href="switch.html">SWITCHES</a>
<a align="right" class="button button-large" href="relay.html">RELAYS</a>
<a align="right" class="button button-large" href="misc.html">MISCELLANEOUS</a>
<br><br>
<div>
<a class="button button-large" href="new.html">Add new template</a>
</div><br>
<h3>Recently added devices:</h3>
<ul>
{% assign sorted = site.templates | sort: "date" | reverse %}
{% for template in sorted limit:6 %}
<li><a class="menu" href="{{site.baseurl}}{{ template.url }}">{{ template.title }} {{ template.type }} {% assign standard_list = template.standard %}
{% for item_standard in standard_list %}
{{ item_standard | upcase }}
{% endfor %}</a></li>
{% endfor %}
</ul>
<h3>News</h3>
2019/05/24 - Better sorting, complete breakdown of devices by type, removed country tags from standard based lists, devices with power monitoring components are now labelled automagically