Merge branch 'leiweibau-merge-2022-07-24' into pr/37

This commit is contained in:
jokob-sk
2022-07-24 10:21:25 +10:00
34 changed files with 1195 additions and 62 deletions

View File

@@ -29,6 +29,10 @@ REPORT_TO = 'user@gmail.com'
REPORT_DEVICE_URL = 'http://pi.alert/deviceDetails.php?mac='
REPORT_DASHBOARD_URL = 'http://pi.alert/'
REPORT_NTFY = False
REPORT_DASHBOARD_URL = 'http://pi.alert/'
NTFY_TOPIC = 'replace-my-secure-topicname-91h889f28'
REPORT_PUSHSAFER = False
PUSHSAFER_TOKEN = 'ApiKey'

View File

@@ -1,3 +1,4 @@
VERSION = '3.5_leiweibau'
VERSION_YEAR = '2022'
VERSION_DATE = '2022-07-07'
TZ = 'Europe/London'