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. |
||
|---|---|---|
| .. | ||
| climate.yaml | ||
| diagnostics.yaml | ||
| display-classic.yaml | ||
| display.yaml | ||
| panel.yaml | ||
| relays.yaml | ||
| sensors.yaml | ||
| weather.yaml | ||