diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index d48887881fb4..784c053fb1cf 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -30,7 +30,7 @@ {%- if page.ha_brand -%} The {{ page.title | default: page.name }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}. {%- else -%} - The {{ page.title | default: page.name }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }} + The {{ page.title | default: page.name }} {% if page.ha_integration_type == "virtual" %} virtual integration {% else %} {{ page.ha_integration_type | default: "integration" }} {% endif %} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }} {%- if page.ha_iot_standard or page.ha_integration_type == "entity" -%} .