I would like to create a badge on my dashboard that:
- Displays the current indoor thermostat target temperature
- Opens the thermostat more info when tapped
I was able to create a template sensor with the info I want, but I can’t figure out how to apply it to the badge.
I’ve tried the two approaches below but neither work:
badges:
- entity: sensor.thermostat_temperature
name: Indoor
tap-action:
action: more-info
entity: climate.thermostat
- entity: climate.thermostat
attribute: current_temperature