improve pushsafer support

- merged commit 7beec7f584
- merged parts of commit 70b6ccc523
- add headline/titel in pushsafer notification
This commit is contained in:
leiweibau
2022-07-21 22:31:46 +02:00
parent 5d5c75dba7
commit b855fca9be
3 changed files with 26 additions and 34 deletions

View File

@@ -1388,7 +1388,7 @@ def email_reporting ():
def send_pushsafer (_Text):
url = 'https://www.pushsafer.com/api'
post_fields = {
# "t" : 'Pi.Alert Message',
"t" : 'Pi.Alert Message',
"m" : _Text,
"s" : 11,
"v" : 3,