From 4520e5747263ff187977ff0cfc1ce71344a81368 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 19 Dec 2024 12:45:28 +0100 Subject: [PATCH] Add mW as unit of measurement of power (#2508) --- docs/core/entity/number.md | 2 +- docs/core/entity/sensor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/entity/number.md b/docs/core/entity/number.md index f70b2342..5fb90ff5 100644 --- a/docs/core/entity/number.md +++ b/docs/core/entity/number.md @@ -60,7 +60,7 @@ If specifying a device class, your number entity will need to also return the co | `NumberDeviceClass.PM1` | µg/m³ | Concentration of particulate matter less than 1 micrometer | | `NumberDeviceClass.PM25` | µg/m³ | Concentration of particulate matter less than 2.5 micrometers | | `NumberDeviceClass.PM10` | µg/m³ | Concentration of particulate matter less than 10 micrometers | -| `NumberDeviceClass.POWER` | W, kW, MW, GW, TW | Power. +| `NumberDeviceClass.POWER` | mW, W, kW, MW, GW, TW | Power. | `NumberDeviceClass.POWER_FACTOR` | %, None | Power Factor | `NumberDeviceClass.PRECIPITATION` | cm, in, mm | Precipitation | `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity diff --git a/docs/core/entity/sensor.md b/docs/core/entity/sensor.md index 1267454d..ed593d20 100644 --- a/docs/core/entity/sensor.md +++ b/docs/core/entity/sensor.md @@ -64,7 +64,7 @@ If specifying a device class, your sensor entity will need to also return the co | `SensorDeviceClass.PM1` | µg/m³ | Concentration of particulate matter less than 1 micrometer | `SensorDeviceClass.PM25` | µg/m³ | Concentration of particulate matter less than 2.5 micrometers | `SensorDeviceClass.PM10` | µg/m³ | Concentration of particulate matter less than 10 micrometers -| `SensorDeviceClass.POWER` | W, kW, MW, GW, TW | Power. +| `SensorDeviceClass.POWER` | mW, W, kW, MW, GW, TW | Power. | `SensorDeviceClass.POWER_FACTOR` | %, None | Power Factor | `SensorDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation | `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity