Update plugin/telegram.py

Co-authored-by: Jan Speller <j-speller@outlook.com>
This commit is contained in:
Bastian Schroll 2020-05-06 07:42:20 +02:00 committed by GitHub
parent 6b0488ed1b
commit e4852be0e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,8 +59,7 @@ class BoswatchPlugin(PluginBase):
def zvei(self, bwPacket):
"""!Called on ZVEI alarm
@param bwPacket: bwPacket instance
Remove if not implemented"""
@param bwPacket: bwPacket instance"""
msg = self.parseWildcards(self.config.get("message_zvei", default="{TONE}"))
self._sendMessage(msg)