From c04b8ea0f21ec5a35657ce0923f99d8a0015ae84 Mon Sep 17 00:00:00 2001 From: tm24fan8 Date: Wed, 5 Oct 2022 16:12:33 -0400 Subject: [PATCH] Fixed mobile notifications for K's reading timer --- flows.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flows.json b/flows.json index 2ba85b3..e4b1d9e 100644 --- a/flows.json +++ b/flows.json @@ -4428,11 +4428,11 @@ "version": 5, "debugenabled": false, "domain": "script", - "service": "text_notify_kallen", + "service": "text_notify", "areaId": [], "deviceId": [], "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", "mergeContext": "", "mustacheAltTags": false,