diff --git a/src/devices/washer.rs b/src/devices/washer.rs index cbaf1a4..a4ec235 100644 --- a/src/devices/washer.rs +++ b/src/devices/washer.rs @@ -60,7 +60,7 @@ impl Device for Washer { // The washer needs to have a power draw above the theshold multiple times before the washer is // actually marked as running // This helps prevent false positives -const HYSTERESIS: isize = 3; +const HYSTERESIS: isize = 10; #[async_trait] impl OnMqtt for Washer {