Fixed mobile notifications for K's reading timer

This commit is contained in:
2022-10-05 16:12:33 -04:00
parent ad2d991a55
commit c04b8ea0f2

View File

@ -4428,11 +4428,11 @@
"version": 5, "version": 5,
"debugenabled": false, "debugenabled": false,
"domain": "script", "domain": "script",
"service": "text_notify_kallen", "service": "text_notify",
"areaId": [], "areaId": [],
"deviceId": [], "deviceId": [],
"entityId": [], "entityId": [],
"data": "{\t \"message\": msg.payload,\t \"title\": msg.topic\t}", "data": "{\t \"who\":\"kallen\",\t \"message\": msg.payload,\t \"title\": msg.topic\t}",
"dataType": "jsonata", "dataType": "jsonata",
"mergeContext": "", "mergeContext": "",
"mustacheAltTags": false, "mustacheAltTags": false,