Thermostat Card - type: preset modes

I have a grid card with a list of entities for my hive TRV’s
I’m converting them over to the new thermostat card.

The default layout has buttons for the modes auto, heat & off & then boost appears in a dropdown with “none” as the other option. Is there a way I can switch boost to being a button on its on rather than the sole occupant of an extra drop down?

- type: thermostat
    entity: climate.thermostat_1
    show_current_as_primary: true
    features:
      - type: climate-hvac-modes
        hvac_modes:
          - auto
          - heat
          - 'off'
      - type: climate-preset-modes
        style: dropdown
        preset_modes:
          - boost
          - none