Skip to content
Discussion options

You must be logged in to vote

Short answer: the entity card has no option to override the displayed state text - your template card is currently the supported way. But depending on where that entity comes from, there may be a cleaner fix than templating anything.

Why there is no knob: checked the card source, the entity card config schema only accepts entity, name, and icon from the shared entity config; the rendered state text comes straight from Home Assistant's own state formatting (formatEntityState) with no per-card override.

The cleaner path: your entity is a sensor.* showing On/Off, which is why HA prints those raw words. Home Assistant itself already has the vocabulary you want - a binary_sensor with device_cl…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@unikitty37
Comment options

Answer selected by unikitty37
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants