diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index c0d11f36e..db0913d46 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -1,4 +1,4 @@
-
+
diff --git a/_includes/tablerow.html b/_includes/tablerow.html
index a4b90b850..dfb69ce24 100644
--- a/_includes/tablerow.html
+++ b/_includes/tablerow.html
@@ -1,11 +1,23 @@
|
- {{ template.model | truncate: 18, '...'}} |
- {% if template.compatible contains "zha" %} {% else %} {% endif %} |
- {% if template.compatible contains "tasmota" or template.category == "light" or template.category == "dimmer" %} {% else %} {% endif %} |
- {% if template.compatible contains "z2m" %} {% else %} {% endif %} |
- {% if template.compatible contains "deconz" %} {% else %} {% endif %} |
- {% if template.compatible contains "z4d" %} {% else %} {% endif %} |
- {% if template.compatible contains "iob" or template.compatible contains "z2m" %} {% else %} {% endif %} |
+
-
+
{% assign sorted = site.zigbee | sort: "date_added" | reverse %}
-
As an Amazon Associate I earn from qualifying purchases from provided device links.
\ No newline at end of file
+
As an Amazon Associate I earn from qualifying purchases from provided device links.
diff --git a/iobroker.html b/iobroker.html
index 906053541..2a6a1a799 100644
--- a/iobroker.html
+++ b/iobroker.html
@@ -16,7 +16,7 @@
{{ type.name | capitalize }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
diff --git a/vendors.html b/vendors.html
index 56b201e2e..f7bd5682d 100644
--- a/vendors.html
+++ b/vendors.html
@@ -15,7 +15,7 @@
{{ type.name }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
diff --git a/z4d.html b/z4d.html
index 70859490a..adbed242f 100644
--- a/z4d.html
+++ b/z4d.html
@@ -16,7 +16,7 @@
{{ type.name | capitalize }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
diff --git a/zha.html b/zha.html
index de34a977d..2c816aad5 100644
--- a/zha.html
+++ b/zha.html
@@ -14,12 +14,12 @@
{{ type.name | capitalize }}
{% assign vendor = type.items | group_by: 'vendor' %}
{% assign vendors = vendor | sort_natural: 'name' %}
{% for type in vendors %}
- {% assign type_sorted = type.items | sort_natural: 'title' %}
+ {% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
-
-
+
+
{% endfor %}
\ No newline at end of file
diff --git a/zigate.html b/zigate.html
index 54eefcf28..bed9b7560 100644
--- a/zigate.html
+++ b/zigate.html
@@ -16,7 +16,7 @@
{{ type.name | capitalize }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
diff --git a/zigbee2mqtt.html b/zigbee2mqtt.html
index df52051d3..be477cf4c 100644
--- a/zigbee2mqtt.html
+++ b/zigbee2mqtt.html
@@ -16,7 +16,7 @@
{{ type.name | capitalize }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}
diff --git a/zigbee2tasmota.html b/zigbee2tasmota.html
index 2b433f1c8..248971b22 100644
--- a/zigbee2tasmota.html
+++ b/zigbee2tasmota.html
@@ -17,7 +17,7 @@
{{ type.name | capitalize }}
{% for type in vendors %}
{% assign type_sorted = type.items | sort_natural: 'title' %}
{% for template in type_sorted %}
- {% include tablerow_nocompatibility.html %}
+ {% include tablerow.html hide_compat=true %}
{% endfor %}
{% endfor %}