Sub Button Heading Text #1222
Closed
Answered
by
Menelao147
keatontaylor
asked this question in
Questions about config, custom styles and templates
Answered by
Menelao147
Feb 11, 2025
Replies: 2 comments 1 reply
|
You can use this code to change the text of the sub-button: Or use this to display an entity's state: If this solves your problem, mark this as solved and close the discussion. |
0 replies
Answer selected by
keatontaylor
|
Thanks for the tips works great! Question I have regarding hass.states['you_entity_here'].state, is there a way to get the state_translated(). Referring to: https://www.home-assistant.io/docs/configuration/templating/#state-translated That way I can show the nice friendly state vs. something like |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


You can use this code to change the text of the sub-button:
Or use this to display an entity's state:
If this solves your problem, mark this as solved and close the discussion.