add degC to the important units showed at top

This commit is contained in:
2025-07-01 08:48:49 +02:00
parent 572387ae48
commit 671739a195

View File

@ -254,7 +254,7 @@ class InfluxGraph(HandlerBase):
add_to_groups(var, unit=unit)
# make order a bit more common
result = []
for key in ['K', 'T', 'W', 'ln/min'] + list(groups):
for key in ['K', 'degC', 'T', 'W', 'ln/min'] + list(groups):
if key in groups:
group = groups.pop(key)
curve_dict = group['curves']