2024.3: Finalize state_translated

This commit is contained in:
Franck Nijhof 2024-03-06 16:56:31 +01:00
parent 71411ddda6
commit 7bc4e915ff
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -182,11 +182,11 @@ Remote UI feature.
## Translating states in your templates ## Translating states in your templates
Are you using templates to send notifications in automations? If so, Are you using {% term templates %} to send notifications in automations? If so,
[@PiotrMachowski] might just have added something new you need! [@PiotrMachowski] might just have added something new you need!
A new template method, `state_translated`, to translate entity states directly A new template method, `state_translated`, to translate entity states directly
in your language from your templates! Consider this template example: from your templates! Consider this template example:
{% raw %} {% raw %}
```yaml ```yaml