diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 784c053fb1c..316971e2dc9 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -58,11 +58,13 @@ {%- if page.ha_quality_scale %}
- {% if page.ha_quality_scale == "silver" %}🥈 This is a great integration!
{%- endif -%} - {% if page.ha_quality_scale == "gold" %}🥇 This is a solid integration!
{%- endif -%} - {% if page.ha_quality_scale == "platinum" %}🏆 Best of the best!
{%- endif -%} - {% if page.ha_quality_scale == "internal" %}🏠 Under core!
{%- endif -%} - It scores {{page.ha_quality_scale}} on our 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 -%} + {% if page.ha_quality_scale == "platinum" %}🏆 Platinum quality
{%- endif -%} + {% if page.ha_quality_scale == "internal" %}🏠 Internal integration
{%- endif -%} + {% if page.ha_quality_scale == "legacy" %}💾 Legacy integration
{%- endif -%} + {% if page.ha_quality_scale == "custom" %}📦 Custom integration
{%- endif -%}
{%- endif -%}