mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Sensor entity: atmospheric pressure: add mmHg to units (#1898)
- related change in user documentation: #28781
This commit is contained in:
parent
d482a8e8d3
commit
b598d9d66e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user