From 02c72eeff7e839be158cc43089e6762cfaf57a67 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 23 Dec 2021 10:29:48 +0100 Subject: [PATCH] Document apparent and reactive power sensor device classes (#1166) --- docs/core/entity/sensor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index e10bedbe..db2c3c55 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -26,6 +26,7 @@ If specifying a device class, your sensor entity will need to also return the co | Type | Supported units | Description | ---- | ---- | ----------- +| apparent_power | VA | Apparent power | | aqi | | Air Quality Index | battery | % | Percentage of battery that is left | carbon_dioxide | ppm | Concentration of carbon dioxide. @@ -48,6 +49,7 @@ If specifying a device class, your sensor entity will need to also return the co | power | W, kW | Power, statistics will be stored in W. | power_factor | % | Power Factor | pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa. +| reactive_power | var | Reactive power | | signal_strength | dB, dBm | Signal strength | sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide | | temperature | °C, °F | Temperature, statistics will be stored in °C.