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)