Disable ntfy water alert

This commit is contained in:
Mike Cifelli 2023-07-15 11:04:23 -04:00
parent 4704023e96
commit 99810db877
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
1 changed files with 1 additions and 1 deletions

View File

@ -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':