Hide history and log in input.select dropdown

Hi,

I am using gysmo38’s mitsubishi2MQTT to control my Mitsubishi ACs.
I use the simple-thermostat card.
As the widevane settings are not directly supported, I added an input_select in the simple-thermostat:

type: custom:simple-thermostat
entity: climate.d1_wohnzimmer
sensors:
  - entity: input_select.ac_wz_widevane

The input_select looks like this:

input_select:
  ac_wz_widevane:
    name: WideVane
    options:
    - '<<'
    - '<'
    - '|'
    - '>'
    - '>>'
    - '<>'
    - 'SWING'
    icon: mdi:target

Everything is working fine.
The simple thermostat looks like this:

Sry. Picture deleted cause new members can only embed one picture.

When I click the WideVane Symbol ist look like this:
widevane

Is there any way to hide the history and log under the dropdown box?

Thx