Access esphome thermostat from display

Hello,

I have an esphome bang bang thermostat with a relay and an esphome display

I would like to increase and decrease thermostat temperature from the display

climate:
  - platform: homeassistant
    name: "Thermostat"
    entity_id: climate.thermostat
    id: thermostat

I tried to insert a thermostat reference inside the display configuration (as above) without success

Do you have any hint?

Did you find the on_touch trigger and binary sensor set-ups?

The trigger needs to be on your display component (or binary sensor) not the climate component.

You would probably set up a “on touch, set target temp to current target temp + 1” with a climate control action.