Legacy Template core configuration (#14999)

This commit is contained in:
Franck Nijhof 2020-10-15 21:07:27 +02:00 committed by GitHub
parent 4c39298b60
commit 44975b7a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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