From 010b83f0c0afea1037a492a0053a67b3a67d16f0 Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Tue, 16 Jul 2024 07:04:27 -0300 Subject: [PATCH] Use the term Helper in the config flow instructions if the integration type is helper (#33761) * Use the term Helper in the config flow instructions if the integration type is helper * Update config_flow.md * Update config_flow.md * Update config_flow.md * fix typo * Update source/_includes/integrations/config_flow.md Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_includes/integrations/config_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/config_flow.md b/source/_includes/integrations/config_flow.md index 69da751e89f..5e62054f8db 100644 --- a/source/_includes/integrations/config_flow.md +++ b/source/_includes/integrations/config_flow.md @@ -3,7 +3,7 @@ ## Configuration -To add the **{{ name }}** integration to your Home Assistant instance, use this My button: +To add the **{{ name }}** {% unless page.ha_integration_type == 'hardware' or page.ha_integration_type == 'virtual' %}{{ page.ha_integration_type | default: "integration" }}{% else %}integration{% endunless %} to your Home Assistant instance, use this My button: {% my config_flow_start badge domain=domain %}