From e1d34389729c22be62bbd851491daf08ea5f2d64 Mon Sep 17 00:00:00 2001 From: David <8933824+durd@users.noreply.github.com> Date: Thu, 25 Jul 2024 00:44:19 +0200 Subject: [PATCH] fix a quotation mark --- f2/yaml/human-sensor-f2-stable-github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f2/yaml/human-sensor-f2-stable-github.yaml b/f2/yaml/human-sensor-f2-stable-github.yaml index fe8a637..fcd714d 100644 --- a/f2/yaml/human-sensor-f2-stable-github.yaml +++ b/f2/yaml/human-sensor-f2-stable-github.yaml @@ -165,7 +165,7 @@ text_sensor: id(LD1125F_Distance).publish_state(0); } if ((id(LD1125F_Clearence_Status) = false) || (id(LD1125F_Occupancy).state != "Clearance")) { - id(LD1125F_Occupancy).publish_state("'Clearance"); + id(LD1125F_Occupancy).publish_state("Clearance"); id(LD1125F_Clearence_Status) = true; } if (id(LD1125F_MovOcc_Binary).state == true) {