I have no idea if I've titled this correctly, so my apologies.
I have a device with a bunch of sensors and I want to add some of those sensors to my yaml dashboard.
For example, say I want to create a mushroom-chip card to display the value of a sensor.
I was hoping I could do something like
type: custom:mushroom-chips-card
chips:
- type: template
content: >
Status: {{entity('device_status_label')}}
However that just shows an empty chip, when I would expect it to display Status: at the very least.