IKEA blueprint, replaced bathroom sensor with ESPHome.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user