Config flow _includes: fix typo (#27358)

This commit is contained in:
c0ffeeca7 2023-05-11 08:49:55 +02:00 committed by GitHub
parent 0df392e860
commit e68a8e0efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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