Document apparent and reactive power sensor device classes (#1166)

This commit is contained in:
Erik Montnemery 2021-12-23 10:29:48 +01:00 committed by GitHub
parent ccdcdcc569
commit 02c72eeff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ If specifying a device class, your sensor entity will need to also return the co
| Type | Supported units | Description | Type | Supported units | Description
| ---- | ---- | ----------- | ---- | ---- | -----------
| apparent_power | VA | Apparent power |
| aqi | | Air Quality Index | aqi | | Air Quality Index
| battery | % | Percentage of battery that is left | battery | % | Percentage of battery that is left
| carbon_dioxide | ppm | Concentration of carbon dioxide. | 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 | W, kW | Power, statistics will be stored in W.
| power_factor | % | Power Factor | power_factor | % | Power Factor
| pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa. | 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 | signal_strength | dB, dBm | Signal strength
| sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide | | sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide |
| temperature | °C, °F | Temperature, statistics will be stored in °C. | temperature | °C, °F | Temperature, statistics will be stored in °C.