Alert format for the need for default_config to configure UI in Template (#33618)

This commit is contained in:
dougiteixeira 2024-07-07 16:20:27 -03:00 committed by GitHub
parent 5a6d2ad9f3
commit 9fd5dc119e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,12 +57,17 @@ _For old sensor/binary sensor configuration format, [see below](#legacy-binary-s
## UI configuration
Sensor template and binary sensor template can be configured using the user interface at **{% my helpers title="Settings > Devices & Services > Helpers" %}**. Select the **+ Add helper** button and then select the **{% my config_flow_start domain=page.ha_domain title=page.title %}** helper.
Sensor template and binary sensor template can be configured using the user interface at **{% my helpers title="Settings > Devices & Services > Helpers" %}**.
{% include integrations/config_flow.md %}
{% important %}
To be able to add **{% my helpers title="Helpers" %}** via the user interface, you should have `default_config:` in your {% term "`configuration.yaml`" %}. It should already be there by default unless you removed it.
{% endimportant %}
{% note %}
Configuration using our user interface provides a more limited subset of options, making this integration more accessible while covering most use cases.
If you need more specific features for your use case, the manual [YAML-configuration section](#yaml-configuration) of this integration might provide them.
{% endnote %}