Add frequency device class for sensor (#20319)

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet 2021-11-15 14:34:04 +01:00 committed by GitHub
parent d2f8a8c283
commit 26e05428fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T
- **current**: Current in A.
- **date**: Date string (ISO 8601).
- **energy**: Energy in Wh or kWh.
- **frequency**: Frequency in Hz, kHz, MHz or GHz.
- **gas**: Gasvolume in m³ or ft³.
- **humidity**: Percentage of humidity in the air.
- **illuminance**: The current light level in lx or lm.