Comment 6 for bug 708624

Revision history for this message
onox (onox) wrote :

Please find hardware-sensors.py, then go to roughly line 275. Somewhere there you should see:

sensor_default_settings = {

Insert _above_ that line the following:

for sensor in sensors:
    print repr(sensor.id), repr(sensor.label)

(print is indented with 4 spaces)