So I want a badge for every person in the house that displays info about a person, and I can get the info from our phones, such as Name, Location, Last change, and Last Update... but as pictured (blue arrow), 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 https://www.home-assistant.io/dashboards/badges 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.
(Please tag me in a response, thank you :3)