From 11a95bfee077193beb2fffc28cd64fcb1621ebda Mon Sep 17 00:00:00 2001 From: Joost Boomkamp <3604126+increddibelly@users.noreply.github.com> Date: Sat, 24 Dec 2022 22:41:12 +0100 Subject: [PATCH] Update const.py (#2) glucose = suiker / en suiker is sugar, dus `glucose` of `sugar` --- custom_components/carelink/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/carelink/const.py b/custom_components/carelink/const.py index 19693c9..a12a863 100644 --- a/custom_components/carelink/const.py +++ b/custom_components/carelink/const.py @@ -30,7 +30,7 @@ SENSORS = ( SensorEntityDescription( key=SENSOR_KEY_LASTSG_MMOL, - name="Last suger glucose level mmol", + name="Last glucose level mmol", native_unit_of_measurement=MMOL, state_class=SensorStateClass.MEASUREMENT, device_class=MOLAR_CONCENTRATION, @@ -38,7 +38,7 @@ ), SensorEntityDescription( key=SENSOR_KEY_LASTSG_MGDL, - name="Last suger glucose level mg/dl", + name="Last glucose level mg/dl", native_unit_of_measurement=MGDL, state_class=SensorStateClass.MEASUREMENT, device_class=MOLAR_CONCENTRATION,