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) {