From e757b70ccabff4af74be4a31295c2cd34bba95fc Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 18 Dec 2024 18:50:03 +0100 Subject: [PATCH] Add mW as unit of measurement of power --- source/_integrations/number.markdown | 2 +- source/_integrations/sensor.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 6f3536c59a5..ee39325cb0f 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -69,7 +69,7 @@ The following device classes are supported for numbers: - **pm10**: Concentration of particulate matter less than 10 micrometers in µg/m³ - **pm25**: Concentration of particulate matter less than 2.5 micrometers in µg/m³ - **power_factor**: Power factor(unitless), unit may be `None` or % -- **power**: Power in W, kW, MW, GW or TW +- **power**: Power in mW, W, kW, MW, GW or TW - **precipitation**: Accumulated precipitation in cm, in or mm - **precipitation_intensity**: Precipitation intensity in in/d, in/h, mm/d, or mm/h - **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg, or psi diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 22e8568bfca..194b8ef07e2 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -81,7 +81,7 @@ The following device classes are supported for sensors: - **pm25**: Concentration of particulate matter less than 2.5 micrometers in µg/m³ - **pm10**: Concentration of particulate matter less than 10 micrometers in µg/m³ - **power_factor**: Power factor (unitless), unit may be `None` or % -- **power**: Power in W, kW, MW, GW or TW +- **power**: Power in mW, W, kW, MW, GW or TW - **precipitation**: Accumulated precipitation in cm, in or mm - **precipitation_intensity**: Precipitation intensity in in/d, in/h, mm/d or mm/h - **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg or psi