diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index fef93e4373a..dbadf4b007f 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -14,7 +14,7 @@
- The {{ page.name | default: page.title }} integration was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}, + The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}, and it's used by {% if percentage < 1 %} diff --git a/source/_includes/integrations/config_flow.md b/source/_includes/integrations/config_flow.md index 59c58ff687e..8bfec4b6245 100644 --- a/source/_includes/integrations/config_flow.md +++ b/source/_includes/integrations/config_flow.md @@ -25,8 +25,14 @@ manually: - Browse to your Home Assistant instance. - In the sidebar click on _**{% my config icon %}**_. - From the configuration menu select: _**{% my integrations %}**_. +{% if page.ha_integration_type == 'helper' %} +- In top of the screen click the tab: _**{% my helpers %}**_. +- In the bottom right, click on the + _**{% my config_flow_start icon domain=page.ha_domain title="Create helper" %}**_ button. +{% else %} - In the bottom right, click on the _**{% my config_flow_start icon domain=page.ha_domain %}**_ button. +{% endif %} - From the list, search and select _**"{{ name }}"**_. - Follow the instruction on screen to complete the set up.