1
0
mirror of https://github.com/beestat/app.git synced 2026-01-04 11:10:38 -05:00

Fixed alert from 0.8C to 0.6C

This commit is contained in:
Jon Ziebell 2025-10-11 06:30:00 -04:00
parent dd8bf6ff3e
commit 11f590b19f

View File

@ -164,7 +164,7 @@ beestat.component.alert.prototype.decorate_main_ = function(parent) {
if (thermostat.temperature_unit === '°C') {
if (this.alert_.code === 100000 || this.alert_.code === 100001) {
this.alert_.text = this.alert_.text.replace('0.5°F', '0.3°C');
this.alert_.text = this.alert_.text.replace('1.0°F', '0.8°C');
this.alert_.text = this.alert_.text.replace('1.0°F', '0.6°C');
}
}