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?