mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Make integrations pages 'helper'-aware (#22793)
This commit is contained in:
parent
c27ac88d89
commit
3410aa33aa
@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
The {{ page.name | default: page.title }} integration was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
|
The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
|
||||||
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
||||||
|
|
||||||
{% if percentage < 1 %}
|
{% if percentage < 1 %}
|
||||||
|
@ -25,8 +25,14 @@ manually:
|
|||||||
- 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 %}**_.
|
- 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=page.ha_domain title="Create helper" %}**_ button.
|
||||||
|
{% else %}
|
||||||
- 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.
|
||||||
|
{% 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 instruction on screen to complete the set up.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user