From ada87fd8b7a88a00a82918264b30956e0094491a Mon Sep 17 00:00:00 2001 From: fabiocastagnino Date: Tue, 11 Aug 2020 11:09:14 +0200 Subject: [PATCH] Add device classes for electrical measurement (#13756) --- source/_integrations/sensor.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 9bd443e6720..83898c2b74a 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -25,6 +25,10 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **power**: Power in W or kW. - **pressure**: Pressure in hPa or mbar. - **timestamp**: Datetime object or timestamp string. +- **current**: Current in A. +- **energy**: Energy in Wh or kWh. +- **power_factory**: Power Factor in %. +- **voltage**: Voltage in V.