Min/max Sensor

The sensor works fine giving min, max values from several sensors.

The thing is, you don’t know which sensor gives the max or min value.

The sensor should be enhanced with two attributes, stating the sensor names giving the min and max values.

ATTR_MIN_NAME = ‘sensor.XYZ’
ATTR_MAX_NAME = ‘sensor.ABC’

Great have been looking for this