So I want a badge for every person in the house that displays info about a person, where they are, and when, and I can get the info from our phones, such as Name, Location, Last change, and Last Update…
Something like…
"Jon - Home - When: 3 hours ago - Updated: 1 hour ago"
but… it only displays the value and no text, where i’d want it to say: Name: Jon Location: Home When: 3 Hours Ago Updated: 1 Hour Ago but i cant find any way to put arbitrary text in a badge using the code editor. Am I going crazy?
I’ve read Badges - Home Assistant up and down and i just dont see anything. Some sort of code similar to:
type: entity
show_name: true
show_state: true
show_icon: true
entity: person.jon
color: red
name: Jon
text1: When
text2: Updated
show_entity_picture: true
icon: mdi:account-plus state_content:
* name
* state,
* text1,
* last_changed,
* text2,
* last_updated,,
but i dont know what the code for “text1/2” is. I’ve tried value, and some other stuff.
ATM the badge says
"Jon - Home - 3 hours ago - 1 hour ago"
3 hours ago for what? It’s not labeled. I can’t label it manually. There is no unit available for describing what happened 3 hours ago.