Working on a thermostat using the #esphome climate platform.
Gets temp data from a #homeassistant entity that is the average of many temp sensors. If that's unavailable, it uses the on-board temp sensor.
Could be reduced to just the #esp32 and relay, and use home assistant's interface but I want a device that can also be used if my #homeassistant is down.
Parts: esp32-c3 (Lolin C3 pico), a relay, SHTC3 temp sensor, OLED display, buttons.
yaml: https://gist.github.com/tkroo/014696aeb0e760bbe80b2a31aa90603d

