Fix whitespace stripping in video warning template

Applied the same inline computation fix to {video_warning} placeholder
that was previously done for {common_date} and {common_location}.

Computes video_warning_text inline using {%- set -%} syntax instead of
storing as a separate HA variable, which strips leading whitespace.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 21:28:12 +03:00
parent 330026a44a
commit d8df567d02
2 changed files with 7 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
{
"version": "1.22.7"
"version": "1.22.8"
}