From e68a8e0efa30e3e2d50a4a305789d125254f67b1 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 11 May 2023 08:49:55 +0200 Subject: [PATCH] Config flow _includes: fix typo (#27358) --- source/_includes/integrations/config_flow.md | 21 ++++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/source/_includes/integrations/config_flow.md b/source/_includes/integrations/config_flow.md index 4eefb28af57..f37ac7d0da6 100644 --- a/source/_includes/integrations/config_flow.md +++ b/source/_includes/integrations/config_flow.md @@ -10,8 +10,7 @@ interface, by using this My button: {% if include.discovery or page.ha_dhcp or page.ha_homekit or page.ha_ssdp or page.ha_zeroconf or page.ha_mqtt %} {{ name }} can be auto-discovered by Home Assistant. If an instance was found, -it will be shown as _"Discovered"_, which you can select to set it up right -away. +it will be shown as **Discovered**. You can then set it up right away. {% endif %} {% details "Manual configuration steps" %} @@ -24,17 +23,17 @@ manually: {% endif %} - Browse to your Home Assistant instance. -- In the sidebar click on _**{% my config icon %}**_. -- From the configuration menu select: _**{% my integrations %}**_. +- In the sidebar, select **{% 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=domain title="Create helper" %}**_ button. +- In top of the screen, select the tab: **{% my helpers %}**. +- In the bottom right, select the + **{% my config_flow_start icon domain=domain title="Create helper" %}** button. {% else %} -- In the bottom right, click on the - _**{% my config_flow_start icon domain=domain %}**_ button. +- In the bottom right, select the + **{% my config_flow_start icon domain=domain %}** button. {% endif %} -- From the list, search and select _**"{{ name }}"**_. -- Follow the instruction on screen to complete the set up. +- From the list, search and select **{{ name }}**. +- Follow the instructions on screen to complete the setup. {% enddetails %}