From 17304faaae6a2473ee021e389b762911094f70a3 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:47:40 +0100 Subject: [PATCH] Add new atmospheric pressure device class (#25167) --- source/_integrations/number.markdown | 1 + source/_integrations/sensor.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 19e58e292db..eae55076881 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -25,6 +25,7 @@ The type of data a number represents impacts how it is displayed in the frontend - **None**: Generic number. This is the default and doesn't need to be set. - **apparent_power**: Apparent power in VA. - **aqi**: Air Quality Index +- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, inHg, kPa, mbar, Pa, psi - **battery**: Percentage of battery that is left - **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) - **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 2ede05464cc..db1abe47c84 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -22,6 +22,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **None**: Generic sensor. This is the default and doesn't need to be set. - **apparent_power**: Apparent power in VA. - **aqi**: Air Quality Index +- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, inHg, kPa, mbar, Pa, psi - **battery**: Percentage of battery that is left - **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) - **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG)