Skip to content

Commit

Permalink
Update const.py (#2)
Browse files Browse the repository at this point in the history
glucose = suiker / en suiker is sugar, dus `glucose` of `sugar`
  • Loading branch information
increddibelly authored Dec 24, 2022
1 parent 5dd7365 commit 11a95bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/carelink/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
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,
icon="mdi:water",
),
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,
Expand Down

0 comments on commit 11a95bf

Please sign in to comment.