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