From f8d5ff5779a86fb9c429f80c9ebf1251db2d3619 Mon Sep 17 00:00:00 2001 From: alorente Date: Thu, 15 May 2025 14:18:59 +0200 Subject: [PATCH] Add reactive energy (#2659) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AbĂ­lio Costa --- docs/core/entity/number.md | 1 + docs/core/entity/sensor.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index c48f435b..46c82df1 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -68,6 +68,7 @@ If specifying a device class, your number entity will need to also return the co | `NumberDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation | `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity | `NumberDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure. +| `NumberDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy | `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power | `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength | `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index d5931b23..6ad13fe5 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -71,6 +71,7 @@ If specifying a device class, your sensor entity will need to also return the co | `SensorDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation | `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity | `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure. +| `SensorDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy | `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power | `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength | `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure