From 074bc99c29d525a9920b41ea166dcf35c42564aa Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:18:35 +0200 Subject: [PATCH] Update include: change **Configuration** menu to **Settings** (#27706) --- source/_includes/integrations/config_flow.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}