Skip to content

Commit

Permalink
Fix apparent power typo (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 authored Nov 14, 2024
1 parent 63376ee commit 4e1559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/entity/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If specifying a device class, your number entity will need to also return the co

| Constant | Supported units | Description
| ---- | ---- | -----------
| `NumberDeviceClass.APPARANT_POWER` | VA | Apparent power |
| `NumberDeviceClass.APPARENT_POWER` | VA | Apparent power |
| `NumberDeviceClass.AQI` | None | Air Quality Index
| `NumberDeviceClass.ATMOSPHERIC_PRESSURE` | cbar, bar, hPa, inHg, kPa, mbar, Pa, psi | Atmospheric pressure, statistics will be stored in Pa.
| `NumberDeviceClass.BATTERY` | % | Percentage of battery that is left
Expand Down

0 comments on commit 4e1559b

Please sign in to comment.