From 9286a499beedf5fa40c9767efad7b812706a3230 Mon Sep 17 00:00:00 2001 From: theautomation Date: Wed, 3 Jan 2024 18:27:21 +0100 Subject: [PATCH] Change flow active values as string instead of boolean --- src/data/flows/backyard_light_dynamics.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/data/flows/backyard_light_dynamics.json b/src/data/flows/backyard_light_dynamics.json index 55305c1..d4ef479 100644 --- a/src/data/flows/backyard_light_dynamics.json +++ b/src/data/flows/backyard_light_dynamics.json @@ -390,7 +390,7 @@ "p": "active", "pt": "flow", "to": "false", - "tot": "bool" + "tot": "str" } ], "action": "", @@ -413,7 +413,9 @@ "propertyType": "flow", "rules": [ { - "t": "false" + "t": "neq", + "v": "true", + "vt": "str" } ], "checkall": "true", @@ -438,7 +440,7 @@ "p": "active", "pt": "flow", "to": "true", - "tot": "bool" + "tot": "str" } ], "action": "",