Skip to content

Commit f8d5ff5

Browse files
Passificabmantis
andauthored
Add reactive energy (#2659)
Co-authored-by: Abílio Costa <[email protected]>
1 parent 456948c commit f8d5ff5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/core/entity/number.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ If specifying a device class, your number entity will need to also return the co
6868
| `NumberDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation
6969
| `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
7070
| `NumberDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
71+
| `NumberDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
7172
| `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
7273
| `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
7374
| `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure

docs/core/entity/sensor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ If specifying a device class, your sensor entity will need to also return the co
7171
| `SensorDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation
7272
| `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
7373
| `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
74+
| `SensorDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
7475
| `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
7576
| `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
7677
| `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure

0 commit comments

Comments
 (0)