From 4d922b74770db17b62e3704f69e85863bf12d3ab Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:57:55 +0100 Subject: [PATCH] Add bronze to IQS section and sync naming with ha frontend (#36038) --- source/_includes/asides/component_navigation.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 -%}