mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fixed minor miss-spelling (#2028)
Changed millileters to milliliters. Changed case of mmol/l to mmol/L.
This commit is contained in:
parent
26ea4e41cb
commit
8163b986c9
@ -92,8 +92,8 @@ FITBIT_MEASUREMENTS = {
|
|||||||
"height": "centimeters",
|
"height": "centimeters",
|
||||||
"weight": "stone",
|
"weight": "stone",
|
||||||
"body": "centimeters",
|
"body": "centimeters",
|
||||||
"liquids": "millileters",
|
"liquids": "milliliters",
|
||||||
"blood glucose": "mmol/l"
|
"blood glucose": "mmol/L"
|
||||||
},
|
},
|
||||||
"metric": {
|
"metric": {
|
||||||
"duration": "milliseconds",
|
"duration": "milliseconds",
|
||||||
@ -102,8 +102,8 @@ FITBIT_MEASUREMENTS = {
|
|||||||
"height": "centimeters",
|
"height": "centimeters",
|
||||||
"weight": "kilograms",
|
"weight": "kilograms",
|
||||||
"body": "centimeters",
|
"body": "centimeters",
|
||||||
"liquids": "millileters",
|
"liquids": "milliliters",
|
||||||
"blood glucose": "mmol/l"
|
"blood glucose": "mmol/L"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user