diff --git a/core/src/monitoring.rs b/core/src/monitoring.rs index c7500380b..55b00e516 100644 --- a/core/src/monitoring.rs +++ b/core/src/monitoring.rs @@ -273,7 +273,7 @@ impl State { .iter() .map(|c| { if let Some(critical) = c.critical { - if c.temp / critical > 0.75 { + if c.temp / critical > 0.85 { format!( "{}: *{:.1}°* (*{:.1}%* to critical) 🌡️", c.label,