From 8e3979ee81fcc6745c8b1682ae901b58ab745ecd Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:49:21 +0100 Subject: [PATCH] Add new atmospheric pressure device class (#1573) --- docs/core/entity/number.md | 1 + docs/core/entity/sensor.md | 1 + 2 files changed, 2 insertions(+) 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.