From 8a0fb21988fe4c92a849e5af39423b7c8120ec90 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 3 Jan 2023 11:30:03 +0100 Subject: [PATCH] Clarify SensorDeviceClass.PRECIPITATION docstring (#85045) --- homeassistant/components/sensor/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sensor/const.py b/homeassistant/components/sensor/const.py index 239cb36cf6e..190b153ca7a 100644 --- a/homeassistant/components/sensor/const.py +++ b/homeassistant/components/sensor/const.py @@ -263,7 +263,7 @@ class SensorDeviceClass(StrEnum): """ PRECIPITATION = "precipitation" - """Precipitation. + """Accumulated precipitation. Unit of measurement: UnitOfPrecipitationDepth - SI / metric: `cm`, `mm`