mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-03 09:38:38 +00:00
Add mmHg as a valid pressure unit (#1384)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
80eb77e2ec
commit
c05ad84b0d
@ -66,7 +66,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
||||
| `SensorDeviceClass.POWER_FACTOR` | %, None | Power Factor
|
||||
| `SensorDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation
|
||||
| `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
|
||||
| `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure.
|
||||
| `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
|
||||
| `SensorDeviceClass.REACTIVE_POWER` | var | Reactive power |
|
||||
| `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
|
||||
| `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure
|
||||
|
Loading…
x
Reference in New Issue
Block a user