Disable ntfy water alert
This commit is contained in:
parent
4704023e96
commit
99810db877
2
main.py
2
main.py
|
@ -49,7 +49,7 @@ class SensorServer(Server):
|
||||||
|
|
||||||
if isWaterPresent != self.isWaterPresent:
|
if isWaterPresent != self.isWaterPresent:
|
||||||
self.isWaterPresent = isWaterPresent
|
self.isWaterPresent = isWaterPresent
|
||||||
self.ntfy.message(f'Water is {self.waterTextValue()}')
|
#self.ntfy.message(f'Water is {self.waterTextValue()}')
|
||||||
|
|
||||||
def handlePath(self, path):
|
def handlePath(self, path):
|
||||||
if path == 'index.json':
|
if path == 'index.json':
|
||||||
|
|
Loading…
Reference in New Issue