Make all other IAQs terrible
This commit is contained in:
parent
ede2b45997
commit
ae67628820
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user