From b598d9d66e0ebc85d36c014bc5c0b917e166b592 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:47:53 +0200 Subject: [PATCH] Sensor entity: atmospheric pressure: add mmHg to units (#1898) - related change in user documentation: #28781 --- docs/core/entity/sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 1f95791f..1e26dca3 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -34,7 +34,7 @@ If specifying a device class, your sensor entity will need to also return the co | ---- | ---- | ----------- | `SensorDeviceClass.APPARENT_POWER` | VA | Apparent power | | `SensorDeviceClass.AQI` | None | Air Quality Index -| `SensorDeviceClass.ATMOSPHERIC_PRESSURE` | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure. +| `SensorDeviceClass.ATMOSPHERIC_PRESSURE` | cbar, bar, hPa, mmHG, inHg, kPa, mbar, Pa, psi | Atmospheric pressure. | `SensorDeviceClass.BATTERY` | % | Percentage of battery that is left | `SensorDeviceClass.CO2` | ppm | Concentration of carbon dioxide. | `SensorDeviceClass.CO` | ppm | Concentration of carbon monoxide.