Multiple extra_badges in custom_ui?

@andrey Hi would anything like this be possible:

switch.sw_audio_auditorium_cl:
  icon: mdi:speaker
  confirm_controls_show_lock: true
  extra_badge:
    entity_id: sensor.audio_auditorium_actueel
  extra_badge:
    entity_id: sensor.audio_auditorium_totaal

of course the above results in an error of duplicate key. I’ve also tried a list, or differentiated names, but it won’t go.

So if not an option just yet, maybe see this as a feature request :wink:

im trying to show these switches with their current and total power:

58

card real estate seems to have the exact space to do so!

Cheers,
Marius

I’ll include it in a future version.

Magic. Thanks!