State display type. Happens only in the detail view apparently, in the dashboard I have no issues.
“label”: “{{scene.value}} | {{autocycle.value}}”
Scene being an integer and autocycle a enum with “started” or “stopped” values.
- What is expected: “4 | started”
- What is displayed: “4 | 4”
It’s repeating the first value in the second position. That same label in the dashboard displays fine.
Edit: Never mind, I found out you can add two labels to the state and they’ll display in columns!
