From 7bc4e915ffdfb08269aa1d6f6ed6215719a79c58 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 6 Mar 2024 16:56:31 +0100 Subject: [PATCH] 2024.3: Finalize state_translated --- source/_posts/2024-03-06-release-20243.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2024-03-06-release-20243.markdown b/source/_posts/2024-03-06-release-20243.markdown index d9d7b4f3ed5..74692a976de 100644 --- a/source/_posts/2024-03-06-release-20243.markdown +++ b/source/_posts/2024-03-06-release-20243.markdown @@ -182,11 +182,11 @@ Remote UI feature. ## 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! 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 %} ```yaml