From 99810db8778245ac20152d407583b5110f73a60e Mon Sep 17 00:00:00 2001 From: Mike Cifelli Date: Sat, 15 Jul 2023 11:04:23 -0400 Subject: [PATCH] Disable ntfy water alert --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 06d6495..972a021 100644 --- a/main.py +++ b/main.py @@ -49,7 +49,7 @@ class SensorServer(Server): if isWaterPresent != self.isWaterPresent: self.isWaterPresent = isWaterPresent - self.ntfy.message(f'Water is {self.waterTextValue()}') + #self.ntfy.message(f'Water is {self.waterTextValue()}') def handlePath(self, path): if path == 'index.json':