From 374d447733d8ecfb570ffcf543545054498335ff Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 7 Jun 2021 20:39:45 +0200 Subject: [PATCH] Make clear template are configured via the YAML configuration files (#18117) --- source/_integrations/template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 6c88772174f..529dd4eea83 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -36,7 +36,7 @@ Sensors and binary (on/off) sensors are covered on this page. For other types, p - [Vacuum](/integrations/vacuum.template/) - [Weather](/integrations/weather.template/) -Sensor and binary sensor template entities are defined in YAML directly under the `template:` key. You can define multiple configuration blocks as a list. Each block defines sensors and/or binary sensor entities and can contain an optional update trigger. +Sensor and binary sensor template entities are defined in your YAML configuration files, directly under the `template:` key and cannot be configured via the UI. You can define multiple configuration blocks as a list. Each block defines sensors and/or binary sensor entities and can contain an optional update trigger. _For old sensor/binary sensor configuration format, [see below](#legacy-binary-sensor-configuration-format)._