LinknLink Presence Sesnsors Pro and Max Brightness stopped working 2025.7

The brightness values for the room is not being provided anymore via MQTT.

Home Assistant is phasing out the unit lux for illuminance sensors. As reported by users on GitHub, when Home Assistant Core reaches version 2025.7.0, sensors using lux instead of lx will be deemed invalid and stop updating

1: Update Device Firmware
2: Fix Units via MQTT Config
Remap "lux" to "lx" by adding a template sensor in your Home Assistant configuration:

mqtt:
  sensor:
    - name: "LinknLink Brightness (lx)"
      state_topic: "linknlink/<device>/brightness"
      unit_of_measurement: "lx"
      device_class: illuminance
      value_template: "{{ value }}"

They have updated their firmware to fix the issue.