Skip to content

Commit 0679806

Browse files
Extend UnitOfApparentPower with 'kVA' (#2770)
1 parent 36a45df commit 0679806

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
@@ -32,7 +32,7 @@ If specifying a device class, your number entity will need to also return the co
3232
| Constant | Supported units | Description
3333
| ---- | ---- | -----------
3434
| `NumberDeviceClass.ABSOLUTE_HUMIDITY` | g/m³, mg/m³ | Absolute humidity
35-
| `NumberDeviceClass.APPARENT_POWER` | mVA, VA | Apparent power
35+
| `NumberDeviceClass.APPARENT_POWER` | mVA, VA, kVA | Apparent power
3636
| `NumberDeviceClass.AQI` | None | Air Quality Index
3737
| `NumberDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
3838
| `NumberDeviceClass.ATMOSPHERIC_PRESSURE` | cbar, bar, hPa, mmHG, inHg, kPa, mbar, Pa, psi | Atmospheric pressure

docs/core/entity/sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If specifying a device class, your sensor entity will need to also return the co
3333
| Constant | Supported units | Description
3434
| ---- | ---- | -----------
3535
| `SensorDeviceClass.ABSOLUTE_HUMIDITY` | g/m³, mg/m³ | Absolute humidity
36-
| `SensorDeviceClass.APPARENT_POWER` | mVA, VA | Apparent power
36+
| `SensorDeviceClass.APPARENT_POWER` | mVA, VA, kVA | Apparent power
3737
| `SensorDeviceClass.AQI` | None | Air Quality Index
3838
| `SensorDeviceClass.AREA` | m², cm², km², mm², in², ft², yd², mi², ac, ha | Area
3939
| `SensorDeviceClass.ATMOSPHERIC_PRESSURE` | cbar, bar, hPa, mmHG, inHg, kPa, mbar, Pa, psi | Atmospheric pressure

0 commit comments

Comments
 (0)