Localization and formatting¶
Flexible Horseshoe Card uses the name, state, unit, precision, icon, area, and locale known by Home Assistant. In many cards, defining the entity is enough.
Start with the entity¶
Entity tools can now show the localized name, state, unit, icon, and area.
Override the display¶
Add an override only where this card should look different:
Formatting options¶
| Option | Use |
|---|---|
separator | Shows or removes number grouping. |
decimals_min | Sets the minimum displayed decimal places. |
decimals_max | Sets the maximum displayed decimal places. |
raw_state_keep | Displays the entity state without normal formatting. |
raw_state_clean | Replaces underscores in a raw state with spaces. |
locale | Uses a specific locale for this entity. |