From 26e05428fc3055a7bfe4003f8562990234241403 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 15 Nov 2021 14:34:04 +0100 Subject: [PATCH] Add frequency device class for sensor (#20319) Co-authored-by: Franck Nijhof Co-authored-by: epenet --- source/_integrations/sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 9044b000593..e726d0c939d 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -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.