mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix withings body hydration unit of measure to match documented unit of measure. (#36723)
This commit is contained in:
parent
49a153a2e5
commit
2538cda9d4
@ -258,7 +258,7 @@ WITHINGS_ATTRIBUTES = [
|
|||||||
Measurement.HYDRATION,
|
Measurement.HYDRATION,
|
||||||
MeasureType.HYDRATION,
|
MeasureType.HYDRATION,
|
||||||
"Hydration",
|
"Hydration",
|
||||||
UNIT_PERCENTAGE,
|
MASS_KILOGRAMS,
|
||||||
"mdi:water",
|
"mdi:water",
|
||||||
SENSOR_DOMAIN,
|
SENSOR_DOMAIN,
|
||||||
False,
|
False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user