mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix withings body hydration unit of measure to match documented unit of measure. (#36723)
This commit is contained in:
committed by
GitHub
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,
|
||||||
|
Reference in New Issue
Block a user