diff --git a/source/_includes/integrations/config_flow.md b/source/_includes/integrations/config_flow.md index f37ac7d0da6..6a1e7b6bea4 100644 --- a/source/_includes/integrations/config_flow.md +++ b/source/_includes/integrations/config_flow.md @@ -23,17 +23,16 @@ manually: {% endif %} - Browse to your Home Assistant instance. -- In the sidebar, select **{% my config icon %}**. -- From the configuration menu, select **{% my integrations %}**. +- Go to **{% my integrations title="Settings > Devices & Services" %}**. {% if page.ha_integration_type == 'helper' %} -- In top of the screen, select the tab: **{% my helpers %}**. -- In the bottom right, select the +- At the top of the screen, select the tab: **{% my helpers %}**. +- In the bottom right corner, select the **{% my config_flow_start icon domain=domain title="Create helper" %}** button. {% else %} -- In the bottom right, select the +- In the bottom right corner, select the **{% my config_flow_start icon domain=domain %}** button. {% endif %} -- From the list, search and select **{{ name }}**. +- From the list, select **{{ name }}**. - Follow the instructions on screen to complete the setup. {% enddetails %}