From 2538cda9d4199454060446757995a0ab27053c3b Mon Sep 17 00:00:00 2001 From: Robert Van Gorkom Date: Mon, 22 Jun 2020 18:45:05 -0700 Subject: [PATCH] Fix withings body hydration unit of measure to match documented unit of measure. (#36723) --- homeassistant/components/withings/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/withings/common.py b/homeassistant/components/withings/common.py index b3b8a8801d9..b7c3cec6d9b 100644 --- a/homeassistant/components/withings/common.py +++ b/homeassistant/components/withings/common.py @@ -258,7 +258,7 @@ WITHINGS_ATTRIBUTES = [ Measurement.HYDRATION, MeasureType.HYDRATION, "Hydration", - UNIT_PERCENTAGE, + MASS_KILOGRAMS, "mdi:water", SENSOR_DOMAIN, False,