From 8b5d5c42120a15a1d969b3c17633b3842d84c3c7 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:42:06 +0100 Subject: [PATCH] Add precipitation device class (#1517) --- docs/core/entity/number.md | 1 + docs/core/entity/sensor.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index 5e737993..3fbc6f27 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -54,6 +54,7 @@ If specifying a device class, your number entity will need to also return the co | pm10 | µg/m³ | Concentration of particulate matter less than 10 micrometers | | power | W, kW | Power. | power_factor | % | Power Factor +| precipitation | in, mm | Precipitation | precipitation_intensity | in/d, in/h, mm/d, mm/h | Precipitation intensity | pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure. | reactive_power | var | Reactive power | diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index ef5f47f2..4cc26f2f 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -55,6 +55,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 | in, mm | 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 |