From 54afb4a91c654a803b458728147929289164f01e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 19 Oct 2021 17:54:20 +0200 Subject: [PATCH] Document kPa unit for pressure sensors (#1099) --- 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 c54c023f..50f91925 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -46,7 +46,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 -| pressure | bar, hPa, inHg, mbar, Pa, psi | Pressure, statistics will be stored in Pa. +| pressure | bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa. | signal_strength | dB, dBm | Signal strength | sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide | | temperature | °C, °F | Temperature, statistics will be stored in °C.