From 8eda52dd4efb285d23d63da69e936428bc2c25bb Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 7 Dec 2022 08:10:18 +0100 Subject: [PATCH] Add cm to precipitation units (#1567) * Add cm to precipitation units * Update number.md --- docs/core/entity/number.md | 2 +- docs/core/entity/sensor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index 3fbc6f27..31aab935 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -54,7 +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 | cm, 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 68612ae5..d79b213f 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -57,7 +57,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 | cm, 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 |