diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index a7e241b1..4e02729c 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -33,6 +33,7 @@ If specifying a device class, your number entity will need to also return the co | ---- | ---- | ----------- | apparent_power | VA | Apparent power | | aqi | | Air Quality Index +| atmospheric_pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure, statistics will be stored in Pa. | battery | % | Percentage of battery that is left | carbon_dioxide | ppm | Concentration of carbon dioxide. | carbon_monoxide | ppm | Concentration of carbon monoxide. diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 01f5fbf4..4ba240e0 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -33,6 +33,7 @@ If specifying a device class, your sensor entity will need to also return the co | ---- | ---- | ----------- | apparent_power | VA | Apparent power | | aqi | | Air Quality Index +| atmospheric_pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure, statistics will be stored in Pa. | battery | % | Percentage of battery that is left | carbon_dioxide | ppm | Concentration of carbon dioxide. | carbon_monoxide | ppm | Concentration of carbon monoxide.