Add mmHg to Device Class atmospheric_pressure (#28781)

This commit is contained in:
myhomeiot 2023-09-05 10:50:28 +03:00 committed by GitHub
parent 7bd757d202
commit 7eca86c7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. - **None**: Generic sensor. This is the default and doesn't need to be set.
- **apparent_power**: Apparent power in VA. - **apparent_power**: Apparent power in VA.
- **aqi**: Air Quality Index (unitless). - **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 % - **battery**: Percentage of battery that is left in %
- **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) in ppm - **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) in ppm
- **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) in ppm - **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) in ppm