Make all other IAQs terrible

This commit is contained in:
Joshua Boniface 2024-06-04 00:49:45 -04:00
parent ede2b45997
commit ae67628820

View File

@ -638,11 +638,8 @@ text_sensor:
else if (iaq <= 350) {
return {"Very Bad"};
}
else if (iaq <= 600) {
return {"Terrible"};
}
else {
return {"Unknown"};
return {"Terrible"};
}
- platform: wifi_info