mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Print "virtual integration" instead of just "virtual" (#34940)
This commit is contained in:
parent
f5250fce54
commit
2eab04fdbe
@ -30,7 +30,7 @@
|
|||||||
{%- if page.ha_brand -%}
|
{%- if page.ha_brand -%}
|
||||||
The {{ page.title | default: page.name }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
|
The {{ page.title | default: page.name }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
|
||||||
{%- else -%}
|
{%- 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" -%}
|
{%- if page.ha_iot_standard or page.ha_integration_type == "entity" -%}
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user