diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 51afedfdf9c..0f2198ebdcb 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -55,9 +55,9 @@  Its IoT class is {{ page.ha_iot_class }}. {%- endif -%} - + {%- if page.ha_quality_scale %} -
+
{% if page.ha_quality_scale == "bronze" %}🥉 Bronze quality
{%- endif -%} {% if page.ha_quality_scale == "silver" %}🥈 Silver quality
{%- endif -%} {% if page.ha_quality_scale == "gold" %}🥇 Gold quality
{%- endif -%} @@ -67,12 +67,12 @@ {% if page.ha_quality_scale == "custom" %}📦 Custom integration
{%- endif -%}
{%- endif -%} - + {% if page.works_with %} {%- for type in page.works_with -%}
- Works via {{ type }} with Home assistant + Works with Home assistant
{%- endfor -%} @@ -96,7 +96,7 @@ {% assign ha_project = true %} {% endif %} {% endfor %} - + {% if ha_project %}
This integration is being maintained by the Home Assistant project. diff --git a/source/images/works_with/works-with-bluetooth.png b/source/images/works_with/works-with-bluetooth.png deleted file mode 100644 index 4ab85b19ec7..00000000000 Binary files a/source/images/works_with/works-with-bluetooth.png and /dev/null differ diff --git a/source/images/works_with/works-with-cloud.png b/source/images/works_with/works-with-cloud.png deleted file mode 100644 index 10d0ca17c9e..00000000000 Binary files a/source/images/works_with/works-with-cloud.png and /dev/null differ diff --git a/source/images/works_with/works-with-local.png b/source/images/works_with/works-with-local.png deleted file mode 100644 index cbbb54c6ba0..00000000000 Binary files a/source/images/works_with/works-with-local.png and /dev/null differ diff --git a/source/images/works_with/works-with-matter.png b/source/images/works_with/works-with-matter.png deleted file mode 100644 index ebab669ce7a..00000000000 Binary files a/source/images/works_with/works-with-matter.png and /dev/null differ diff --git a/source/images/works_with/works-with-zigbee.png b/source/images/works_with/works-with-zigbee.png deleted file mode 100644 index 3d93267fc51..00000000000 Binary files a/source/images/works_with/works-with-zigbee.png and /dev/null differ diff --git a/source/images/works_with/works-with-zwave.png b/source/images/works_with/works-with-zwave.png deleted file mode 100644 index 27538c15035..00000000000 Binary files a/source/images/works_with/works-with-zwave.png and /dev/null differ diff --git a/source/images/works_with/works-with.png b/source/images/works_with/works-with.png new file mode 100644 index 00000000000..e3bf9c9c3df Binary files /dev/null and b/source/images/works_with/works-with.png differ