From 44975b7a4cbf978dca067585b5feda6d29951f4c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Oct 2020 21:07:27 +0200 Subject: [PATCH] Legacy Template core configuration (#14999) --- source/_docs/configuration/basic.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index cbdc6029ef5..945880ce404 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -25,6 +25,7 @@ homeassistant: media_dirs: media: /media recordings: /mnt/recordings + legacy_templates: false ``` NOTE: You will not be able to edit anything in Configuration -> General in the UI if you are using YAML configuration for any of the following: name, latitude, longitute, elevation, unit_system, temperature_unit, time_zone, external_url, internal_url. @@ -90,6 +91,11 @@ media_dirs: description: A mapping of local media sources and their paths on disk. required: false type: map +legacy_templates: + description: Enable this option to restore pre-0.117 template rendering. Which renders all templates to string, instead of native types. + required: false + type: boolean + default: false {% endconfiguration %} ## Reload Core Service