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.