Update include: change **Configuration** menu to **Settings** (#27706)

This commit is contained in:
c0ffeeca7 2023-06-08 11:18:35 +02:00 committed by GitHub
parent 3e20876127
commit 074bc99c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}