How do you stop an entity card footer from bringing up the more info of the original entity

Basically when I press the timer button called Schedule charger the more info for the original entity appears in addition to calling the button’s service. What I need is when I press the timer button called Schedule charger just the button is press and no extra information is disaplayed.

cards:
  - entity: sensor.octopus_current_price
    max: 35
    min: 0
    name: Octopus Current Price
    severity:
      green: 6
      red: 17
      yellow: 11
    type: gauge
  - entity: sensor.octopus_next_price
    max: 35
    min: 0
    name: Octopus Next Price
    severity:
      green: 6
      red: 17
      yellow: 11
    type: gauge
  - cards:
      - attribute: start_in
        entity: octopusagile.1hour
        icon: 'mdi:power-plug'
        name: 1 Hour
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_1_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_1_hour
              icon: 'mdi:timer'
              name: Schedule Charger
      - attribute: start_in
        entity: octopusagile.2hour
        icon: 'mdi:power-plug'
        name: 2 Hour
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_2_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_2_hour
              icon: 'mdi:timer'
              name: Schedule Charger
    type: horizontal-stack
  - cards:
      - attribute: start_in
        entity: octopusagile.3hour
        icon: 'mdi:power-plug'
        name: 3 Hours
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_3_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_3_hour
              icon: 'mdi:timer'
              name: Schedule Charger
      - attribute: start_in
        entity: octopusagile.4hour
        icon: 'mdi:power-plug'
        name: 4 Hours
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_4_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_4_hour
              icon: 'mdi:timer'
              name: Schedule Charger
    type: horizontal-stack
  - cards:
      - attribute: start_in
        entity: octopusagile.5hour
        icon: 'mdi:power-plug'
        name: 5 Hour
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_5_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_5_hour
              icon: 'mdi:timer'
              name: Schedule Charger
      - attribute: start_in
        entity: octopusagile.6hour
        icon: 'mdi:power-plug'
        name: '6 Hour '
        type: entity
        unit: Hours
        footer:
          type: buttons
          entities:
            - entity: automation.charge_car_when_cheapest_for_6_hour
              tap_action:
                action: call-service
                service: automation.toggle
                service_data:
                  entity_id: automation.charge_car_when_cheapest_for_6_hour
              icon: 'mdi:timer'
              name: Schedule Charger
    type: horizontal-stack
title: Octopus Rates
type: vertical-stack