Adjust integration set up instructions (#17603)

This commit is contained in:
Franck Nijhof 2021-04-26 18:54:38 +02:00 committed by GitHub
parent 1af07e58f5
commit a34ae17c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,25 +3,31 @@
## Configuration ## Configuration
Adding {{ name }} to your Home Assistant instance can be done via the user Adding {{ name }} to your Home Assistant instance can be done via the user
interface, by taking the following steps: interface, by using this My button:
{% my config_flow_start badge domain=page.ha_domain %}
{% if include.discovery or page.ha_dhcp or page.ha_homekit or page.ha_ssdp or page.ha_zeroconf %}
{{ 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.
{% endif %}
{% details "Manual configuration steps" %}
{% if include.discovery or page.ha_dhcp or page.ha_homekit or page.ha_ssdp or page.ha_zeroconf %}
If there wasn't any discovered automatically, don't worry! You can set up a
manual integration entry:
{% else %}
If the above My button doesn't work, you can also preform the following steps
manually:
{% endif %}
- Browse to your Home Assistant instance. - Browse to your Home Assistant instance.
- In the sidebar click on _**{% my config icon %}**_. - In the sidebar click on _**{% my config icon %}**_.
- From the configuration menu select: _**{% my integrations icon %}**_. - From the configuration menu select: _**{% my integrations icon %}**_.
{% if include.discovery or page.ha_dhcp or page.ha_homekit or page.ha_ssdp or page.ha_zeroconf %}
{{ name }} can be auto-discovered by Home Assistant. If an instance was found,
it will be shown in the top of the list of integrations as _"Discovered"_.
If that is the case click on the _**Configure**_ button to start setting up
the discovered instance.
If there wasn't any discovered automatically, don't worry! You can set up a
manual integration entry:
{% endif %}
- In the bottom right, click on the - In the bottom right, click on the
_**{% my config_flow_start icon domain=page.ha_domain %}**_ button. _**{% my config_flow_start icon domain=page.ha_domain %}**_ button.
- 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 instruction on screen to complete the set up.
After completing, the {{ name }} integration will be immediately available for use. {% enddetails %}