diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 24294a75006..d48887881fb 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -42,22 +42,30 @@ {{ percentage | remove: ".0" }}% of the active installations. {% endif %} {% endif %} - - {%- if page.ha_iot_class %} - Its IoT class is {{ page.ha_iot_class }} - {%- endif -%} - - {%- if page.ha_quality_scale %} - {% if page.ha_iot_class %} - and it - {% else %} - It - {% endif %} - scores {{page.ha_quality_scale}} on our quality scale - {%- endif -%}{%- if page.ha_quality_scale or page.ha_iot_class %}.{%- endif -%} {% endif %} + {%- if page.ha_iot_class %} +
+ {% if page.ha_iot_class == "Assumed State" %}{%- endif -%} + {% if page.ha_iot_class == "Cloud Polling" %}{%- endif -%} + {% if page.ha_iot_class == "Cloud Push" %}{%- endif -%} + {% if page.ha_iot_class == "Local Polling" %}{%- endif -%} + {% if page.ha_iot_class == "Local Push" %}{%- endif -%} +  Its IoT class is {{ page.ha_iot_class }}. +
+ {%- endif -%} + + {%- 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 +
+ {%- endif -%} + {% if page.works_with %} {%- for type in page.works_with -%}