firecrest/firmware
pyr0ball a0734891ad fix: display BME280 ambient temperature in Fahrenheit, not Celsius
sensors.yaml formatted the raw BME280 reading directly with no unit
conversion, inconsistent with the dial setpoints and weather widget, which
are already Fahrenheit. Converts at the only point this sensor's value
reaches the UI (shared by every display variant); climate.yaml's internal
Celsius values are untouched since ESPHome's climate component always
operates in Celsius regardless of display unit.
2026-07-12 14:26:27 -07:00
..
components fix: display BME280 ambient temperature in Fahrenheit, not Celsius 2026-07-12 14:26:27 -07:00
.gitignore chore: add esphome-generated build gitignore 2026-07-11 22:29:19 -07:00
secrets.example.yaml feat: scaffold ESPHome project for Waveshare ESP32-S3 7" thermostat 2026-07-11 19:53:54 -07:00
waveshare-thermostat-classic.yaml feat: add HA weather bindings, Status tab, and Temp/Status toggle wiring 2026-07-12 12:59:34 -07:00
waveshare-thermostat.yaml refactor: extract shared panel.yaml (RGB panel, touch, IO expander) from display.yaml 2026-07-12 00:26:29 -07:00