Fix living room illuminance entity id
This commit is contained in:
@ -11,7 +11,7 @@ const sunsetLights = states['input_boolean.sunset_lights_on'].state
|
|||||||
const vacation = states['input_boolean.vacation_mode'].state
|
const vacation = states['input_boolean.vacation_mode'].state
|
||||||
const upBathOcc = states['binary_sensor.upstairs_bathroom_occupied'].state
|
const upBathOcc = states['binary_sensor.upstairs_bathroom_occupied'].state
|
||||||
const deskLights = states['light.tina_desk_lights'].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 luxThresholdLivingRoom = states['input_number.living_room_lux_threshold'].state
|
||||||
const luxStairwell = states['sensor.stairwell_bottom_illuminance'].state
|
const luxStairwell = states['sensor.stairwell_bottom_illuminance'].state
|
||||||
const luxThresholdStairwell = states['input_number.stairwell_lux_threshold'].state
|
const luxThresholdStairwell = states['input_number.stairwell_lux_threshold'].state
|
||||||
|
Reference in New Issue
Block a user