From e0eb707572de34de19db050943e545d1772db28a Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 3 Jan 2023 11:11:09 +0100 Subject: [PATCH] Update SensorDeviceClass.PRECIPITATION documentation (#1608) --- docs/core/entity/sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 2efa5c7a..6e4538e8 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -61,7 +61,7 @@ If specifying a device class, your sensor entity will need to also return the co | pm10 | µg/m³ | Concentration of particulate matter less than 10 micrometers | | power | W, kW | Power, statistics will be stored in W. | power_factor | % | Power Factor -| precipitation | cm, in, mm | Precipitation +| precipitation | cm, in, mm | Accumulated precipitation | precipitation_intensity | in/d, in/h, mm/d, mm/h | Precipitation intensity | pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa. | reactive_power | var | Reactive power |