From a7452069a7dc904152659946cce7ea216a6147e9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Nov 2023 17:53:22 -0400 Subject: [PATCH] Fix idiotic removal of entity IDs by Home Assistant... --- flows.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/flows.json b/flows.json index 10aa85d..84e5e01 100644 --- a/flows.json +++ b/flows.json @@ -8346,7 +8346,9 @@ "service": "increment", "areaId": [], "deviceId": [], - "entityId": [], + "entityId": [ + "input_number.{{whichdoor}}_door_opened_today" + ], "data": "", "dataType": "jsonata", "mergeContext": "", @@ -9985,7 +9987,9 @@ "service": "select_option", "areaId": [], "deviceId": [], - "entityId": [], + "entityId": [ + "input_select.downstairs_bathroom_scenes" + ], "data": "{\t \"option\":\"Adaptive\"\t}", "dataType": "jsonata", "mergeContext": "",