From d81815498f4c70120b719fb12ae5cc37ba26b8e6 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 22 Dec 2023 00:43:17 +0100 Subject: [PATCH] Remove legacy_templates config (#30298) --- source/_docs/configuration/basic.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_docs/configuration/basic.markdown b/source/_docs/configuration/basic.markdown index 39600bf80a9..5fc503984b8 100644 --- a/source/_docs/configuration/basic.markdown +++ b/source/_docs/configuration/basic.markdown @@ -27,7 +27,6 @@ homeassistant: media_dirs: media: "/media" recordings: "/mnt/recordings" - legacy_templates: false ```
@@ -102,11 +101,6 @@ 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 language: description: "Default language used by Home Assistant. This may, for example, influence the language used by voice assistants. The language should be specified as an RFC 5646 language tag, and must be a language which Home Assistant is translated to." required: false