How to access the LQIs of a ZigBee devices's neigbours?

Running ZHA, how can I access the neigbour’s LQIs of a ZigBee device as they are shown in the “Manage ZigBee device” dialog of the ZHA integration?

At the end, I’d like to bring these values to a templated Sensor or use any other means to display these values somehow in a dashboard.

Most ZHA devices will have an LQI sensor that is disabled by default. If you want to access the values in templates, you will need to enable those sensor entities.

The custom ZHA Network Card has an option to display LQI.

This is exactly what I did.

You can also use the auto entities card to list them if you want a simpler view.

Iirc the ZHA network card needs a tiny tweak to get it working (the code is old), but I don’t remember it being difficult to resolve.

I already have enabled the LQI sensor of the device, but I want to access the LQI values of the device’s neigbours, as they are shown on “Manage ZigBee device” dialog of the ZHA integration.

So the result must be a list with 1-n members, not only the 1 value from the device’s LQI sensor.