Skip to content

Commit dba3aea

Browse files
Extend UnitOfReactivePower with 'mvar' (#2752)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a90620f commit dba3aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/entity/number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If specifying a device class, your number entity will need to also return the co
7070
| `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
7171
| `NumberDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
7272
| `NumberDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
73-
| `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
73+
| `NumberDeviceClass.REACTIVE_POWER` | mvar, var, kvar | Reactive power
7474
| `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
7575
| `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure
7676
| `NumberDeviceClass.SPEED` | ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, mm/s | Generic speed

docs/core/entity/sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If specifying a device class, your sensor entity will need to also return the co
7373
| `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
7474
| `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
7575
| `SensorDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
76-
| `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
76+
| `SensorDeviceClass.REACTIVE_POWER` | mvar, var, kvar | Reactive power
7777
| `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
7878
| `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure
7979
| `SensorDeviceClass.SPEED` | ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, mm/s | Generic speed

0 commit comments

Comments
 (0)