From 7eca86c7fe72c569378d28a40f667fb10433317f Mon Sep 17 00:00:00 2001 From: myhomeiot <70070601+myhomeiot@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:50:28 +0300 Subject: [PATCH] Add mmHg to Device Class atmospheric_pressure (#28781) --- source/_integrations/sensor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 7253851a8b9..5a34766fe85 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -22,7 +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 (unitless). -- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, inHg, kPa, mbar, Pa or psi +- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa or psi - **battery**: Percentage of battery that is left in % - **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) in ppm - **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) in ppm