IKEA blueprint, replaced bathroom sensor with ESPHome.

This commit is contained in:
2024-01-17 11:50:02 +01:00
parent d8cb73ebf0
commit 8cad164008
4 changed files with 169 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ display:
it.print(357, 130, id(sub_sensor_font), TextAlign::BASELINE_RIGHT, " - %");
}
if(air_pressure < 1200 && air_pressure >=800) {
if(air_pressure < 1200 && air_pressure >=700) {
it.printf(220, 130, id(big_sensor_font), TextAlign::BASELINE_RIGHT, "%4.1f", air_pressure);
it.print(225, 130, id(sensor_unit), TextAlign::BASELINE_LEFT, "hPa");
}