diff --git a/sys_vitals_helper.py b/sys_vitals_helper.py index a6cd470..8c29e89 100644 --- a/sys_vitals_helper.py +++ b/sys_vitals_helper.py @@ -14,4 +14,4 @@ class SysVitals_Helper(): if component.value[0] in temps: for entry in temps[component.value[0]]: if entry.label == component.value[1]: - return entry.current \ No newline at end of file + return round(entry.current, 2) \ No newline at end of file