Entity Card to toggle switch

Hi, Trying to create an entity card to have buttons available to control my TV/Receiver. Here is what I have below, when I click the power button, it brings up a toggle switch instead of just toggling power. How do I get it to perform the button action an and not bring up another screen?

type: entity
footer:
  type: buttons
  entities:
    - entity: switch.mute_speakers
    - entity: button.main_volume_up
    - entity: button.main_volume_down
entity: switch.power_on_main_tv
name: Main TV
state_color: true
grid_options:
  columns: 6
  rows: 1
tap_action:
  action: toggle

Not supported for Entity card.
Check docs.

1 Like

Thanks, I know I can do it with the entitieS card (with an S), but then I get this slider and lose the ability to show the state. Looking for any alternative solution please vs “it can’t be done”

Simplest.