From 9fd5dc119ea80b78959323e7007521ce5699191e Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:20:27 -0300 Subject: [PATCH] Alert format for the need for default_config to configure UI in Template (#33618) --- source/_integrations/template.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 277932a903a..c7a2f006983 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -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 %}