Lovelace Selection

Hi,

I’m a bit lost. I am building an esphome configuration to control a heatpump via modbus. I have configured a select entity like below:

select:
  - platform: modbus_controller
    name: "PWP Power Mode"
    id: pwp_power_mode
    modbus_controller_id: fairland
    address: 0x1
    value_type: U_WORD
    optionsmap: 
      "Super Silence": 2
      "Silence": 1
      "Normal": 0
      "Turbo": 3

Technically it works but I’m struggeling to visualize this nicely in a lovelace dashboard. What would be a good approach/a suitable lovelace UI element to show this in a dashboard and also make it editable there.

Thanks in advance for getting me on the right track.

Cheers,

Richard