HBC v4.10.1 dashboard.yaml appears to contain broken/corrupted Jinja formatting.
Examples found in the file:
% set first_ts = history[0].timestamp if history|length > 0 else end_ts %}
Expected:
{% set first_ts = history[0].timestamp if history|length > 0 else end_ts %}
Symptoms:
- missing
{%
- malformed
%}
- broken multiline Jinja blocks
- markdown/Jinja mixed incorrectly
- dashboard rendering issues in newer HA versions
This appears inside dashboard.yaml from the v4.10.1 release package.
Environment:
- Home Assistant 2026.x
- HBC upgraded from 4.9.0 → 4.10.1
Possibly caused by:
- corrupted upstream YAML
- markdown rendering issue
- accidental formatting during release packaging
Please verify dashboard.yaml in the v4.10.1 release assets.
HBC v4.10.1 dashboard.yaml appears to contain broken/corrupted Jinja formatting.
Examples found in the file:
Expected:
Symptoms:
{%%}This appears inside dashboard.yaml from the v4.10.1 release package.
Environment:
Possibly caused by:
Please verify dashboard.yaml in the v4.10.1 release assets.