From 4e1559b070661e26725e8398027bc30225991d84 Mon Sep 17 00:00:00 2001 From: Michael Arthur Date: Thu, 14 Nov 2024 20:34:13 +1300 Subject: [PATCH] Fix apparent power typo (#2452) --- docs/core/entity/number.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index b94a63cc..4f1b597f 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -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