forked from blakadder/zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 2.09 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
44
45
---
layout: page
title: Zigbee Device Compatibility Repository
---
<div class="container">
<div class="row">
<div class="column column-75">
<h4>Zigbee Device Compatibility Repository</h4>
</div>
<div class="column colum-25 float-right">
<span style="vertical-align: middle;"><strong>{% assign counter = 0 %}{% for item in site.zigbee %}{% assign counter=counter | plus:1 %}{% endfor %}{{ counter }}</strong> devices listed.</span>
</div>
</div>
<div class="row">
<div class="column">
<strong>List of Zigbee devices supported by<BR>
<a href="https://www.home-assistant.io/integrations/zha/"><img style="width:20px" alt="Zigbee Home Automation for Home Assistant" src="/assets/images/zha-icon.png"> ZHA</a>,
<a href="https://tasmota.github.io/docs/Zigbee"><img style="width:20px" alt="Tasmota" src="/assets/images/tasmota-icon.png"> Tasmota</a>,
<a href="https://www.zigbee2mqtt.io"><img style="width:20px" alt="Zigbee2MQTT" src="/assets/images/z2m-icon.png"> Zigbee2MQTT</a>,
<a href="https://dresden-elektronik.github.io/deconz-rest-doc/"><img style="width:20px" alt="deCONZ" src="/assets/images/deconz-icon.png"> deCONZ</a>,
<a href="https://zigate.fr"><img style="width:20px" alt="ZiGate" src="/assets/images/zigate-icon.png"> ZiGate</a> or
<a href="https://github.com/ioBroker/ioBroker.zigbee"><img style="width:20px" alt="ioBroker.zigbee" src="/assets/images/iobroker-icon.png"> ioBroker.zigbee</a></strong>
</div>
</div>
<div class="row">
<div class="column">
<h4></h4>
</div>
</div>
<div>
</div>
<div class="row">
<div class="column column-90">
<h5><a href="last_added.html">Recently added:</a></h5>
{% assign sorted = site.zigbee | sort: "date_added" | reverse %}
<table>
<tbody>
{% for template in sorted limit: 30 %}
{% include tablerow.html %}
{% endfor %}
</tbody>
</table>
</div>
</div>
<span style="font-size:0.6em;">As an Amazon Associate I earn from qualifying purchases from provided device links.</span>