Add new atmospheric pressure device class (#1573)

This commit is contained in:
epenet 2022-12-09 13:49:21 +01:00 committed by GitHub
parent 9ac4fe57d0
commit 8e3979ee81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ If specifying a device class, your number entity will need to also return the co
| ---- | ---- | -----------
| apparent_power | VA | Apparent power |
| aqi | | Air Quality Index
| atmospheric_pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure, statistics will be stored in Pa.
| battery | % | Percentage of battery that is left
| carbon_dioxide | ppm | Concentration of carbon dioxide.
| carbon_monoxide | ppm | Concentration of carbon monoxide.

View File

@ -33,6 +33,7 @@ If specifying a device class, your sensor entity will need to also return the co
| ---- | ---- | -----------
| apparent_power | VA | Apparent power |
| aqi | | Air Quality Index
| atmospheric_pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure, statistics will be stored in Pa.
| battery | % | Percentage of battery that is left
| carbon_dioxide | ppm | Concentration of carbon dioxide.
| carbon_monoxide | ppm | Concentration of carbon monoxide.