Hi all, I'm trying to add a label to my CPU sensors so they make more sense when listed by sensors. My CPU core temps are called "Core 0" and "Core 1" How do I account for the space in the configuration file? I tried something but I get errors. Here is what I tried which did not work. chip "coretemp-*" label Core 0 "CPU Core 0" label Core 1 "CPU Core 1" chip "w83627dhg-*" label fan1 "System Fan" label fan2 "CPU fan" Thanks!