From a06a3c20a37b04467be90c353016aeac3bcef051 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 14 Jan 2025 17:01:41 -0500 Subject: [PATCH] Fix living room illuminance entity id --- time-based/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/time-based/processing.js b/time-based/processing.js index 153b62b..f9bf6c9 100644 --- a/time-based/processing.js +++ b/time-based/processing.js @@ -11,7 +11,7 @@ const sunsetLights = states['input_boolean.sunset_lights_on'].state const vacation = states['input_boolean.vacation_mode'].state const upBathOcc = states['binary_sensor.upstairs_bathroom_occupied'].state const deskLights = states['light.tina_desk_lights'].state -const luxLivingRoom = states['sensor.living_room_illuminance'].state +const luxLivingRoom = states['sensor.living_room_front_illuminance'].state const luxThresholdLivingRoom = states['input_number.living_room_lux_threshold'].state const luxStairwell = states['sensor.stairwell_bottom_illuminance'].state const luxThresholdStairwell = states['input_number.stairwell_lux_threshold'].state