mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Legacy Template core configuration (#14999)
This commit is contained in:
parent
4c39298b60
commit
44975b7a4c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user