mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Config flow _includes: fix typo (#27358)
This commit is contained in:
parent
0df392e860
commit
e68a8e0efa
@ -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 %}
|
{% 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,
|
{{ 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
|
it will be shown as **Discovered**. You can then set it up right away.
|
||||||
away.
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% details "Manual configuration steps" %}
|
{% details "Manual configuration steps" %}
|
||||||
@ -24,17 +23,17 @@ manually:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
- Browse to your Home Assistant instance.
|
- Browse to your Home Assistant instance.
|
||||||
- In the sidebar click on _**{% my config icon %}**_.
|
- In the sidebar, select **{% my config icon %}**.
|
||||||
- From the configuration menu select: _**{% my integrations %}**_.
|
- From the configuration menu, select **{% my integrations %}**.
|
||||||
{% if page.ha_integration_type == 'helper' %}
|
{% if page.ha_integration_type == 'helper' %}
|
||||||
- In top of the screen click the tab: _**{% my helpers %}**_.
|
- In top of the screen, select the tab: **{% my helpers %}**.
|
||||||
- In the bottom right, click on the
|
- In the bottom right, select the
|
||||||
_**{% my config_flow_start icon domain=domain title="Create helper" %}**_ button.
|
**{% my config_flow_start icon domain=domain title="Create helper" %}** button.
|
||||||
{% else %}
|
{% else %}
|
||||||
- In the bottom right, click on the
|
- In the bottom right, select the
|
||||||
_**{% my config_flow_start icon domain=domain %}**_ button.
|
**{% my config_flow_start icon domain=domain %}** button.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- From the list, search and select _**"{{ name }}"**_.
|
- From the list, search and select **{{ name }}**.
|
||||||
- Follow the instruction on screen to complete the set up.
|
- Follow the instructions on screen to complete the setup.
|
||||||
|
|
||||||
{% enddetails %}
|
{% enddetails %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user