I’m using several gauge cards to monitor temperatures of a hddtemp sensor. This works well, however the displayed name on all cards are shown as the name of the hddtemp seonsor provided in the configuration.yaml. Is there an easy way to use different names for every gauge, because the “model” attribute is provided by the sensor.
I also figured out that hddtemp does make one request for each provided “drive”, which doesn’t make sense, because hddtemp on the server already sends all data of every drive within one request. So it might be an option to just set one sensor for each drive in the configuration.yaml (because either way it makes one request per drive to the hddtemp server).