Add new sound pressure device class (#1574)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
epenet 2022-12-08 20:11:45 +01:00 committed by GitHub
parent 0896d1c000
commit cfb86b5075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ If specifying a device class, your number entity will need to also return the co
| pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure.
| reactive_power | var | Reactive power |
| signal_strength | dB, dBm | Signal strength
| sound_pressure | dB, dBA | Sound pressure
| speed | ft/s, in/d, in/h, km/h, kn, m/s, mph, mm/d | Generic speed
| sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide |
| temperature | °C, °F | Temperature.

View File

@ -65,6 +65,7 @@ If specifying a device class, your sensor entity will need to also return the co
| pressure | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Pressure, statistics will be stored in Pa.
| reactive_power | var | Reactive power |
| signal_strength | dB, dBm | Signal strength
| sound_pressure | dB, dBA | Sound pressure
| speed | ft/s, in/d, in/h, km/h, kn, m/s, mph, mm/d | Generic speed
| sulphur_dioxide | µg/m³ | Concentration of sulphure dioxide |
| temperature | °C, °F | Temperature, statistics will be stored in °C.