From bc4345657bdae610a9bddb9224d6722c37100763 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 18 Dec 2023 19:20:11 -0500 Subject: [PATCH] Move door open to actual counters tm24fan8/Home-Assistant-Configs#184 --- flows.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flows.json b/flows.json index 852e2e7..4234b05 100644 --- a/flows.json +++ b/flows.json @@ -8350,12 +8350,12 @@ "server": "9e87348d.9c1c48", "version": 5, "debugenabled": false, - "domain": "input_number", + "domain": "counter", "service": "increment", "areaId": [], "deviceId": [], "entityId": [ - "input_number.{{whichdoor}}_door_opened_today" + "counter.{{whichdoor}}_door_opened_today" ], "data": "", "dataType": "jsonata",