Skip to content

Commit cbd3eea

Browse files
authored
Add support for µg/m³ unit of measurment device class Carbon Monoxide (#2830)
1 parent f10dd7d commit cbd3eea

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
@@ -39,7 +39,7 @@ If specifying a device class, your number entity will need to also return the co
3939
| `NumberDeviceClass.BATTERY` | % | Percentage of battery that is left
4040
| `NumberDeviceClass.BLOOD_GLUCOSE_CONCENTRATION` | mg/dL, mmol/L | Blood glucose concentration```
4141
| `NumberDeviceClass.CO2` | ppm | Concentration of carbon dioxide.
42-
| `NumberDeviceClass.CO` | ppm, mg/m³ | Concentration of carbon monoxide.
42+
| `NumberDeviceClass.CO` | ppm, µg/m³, mg/m³ | Concentration of carbon monoxide.
4343
| `NumberDeviceClass.CONDUCTIVITY` | S/cm, mS/cm, µS/cm | Conductivity
4444
| `NumberDeviceClass.CURRENT` | A, mA | Current
4545
| `NumberDeviceClass.DATA_RATE` | bit/s, kbit/s, Mbit/s, Gbit/s, B/s, kB/s, MB/s, GB/s, KiB/s, MiB/s, GiB/s | Data rate

docs/core/entity/sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If specifying a device class, your sensor entity will need to also return the co
4040
| `SensorDeviceClass.BATTERY` | % | Percentage of battery that is left
4141
| `SensorDeviceClass.BLOOD_GLUCOSE_CONCENTRATION` | mg/dL, mmol/L | Blood glucose concentration
4242
| `SensorDeviceClass.CO2` | ppm | Concentration of carbon dioxide.
43-
| `SensorDeviceClass.CO` | ppm, mg/m³ | Concentration of carbon monoxide.
43+
| `SensorDeviceClass.CO` | ppm, µg/m³, mg/m³ | Concentration of carbon monoxide.
4444
| `SensorDeviceClass.CONDUCTIVITY` | S/cm, mS/cm, µS/cm | Conductivity
4545
| `SensorDeviceClass.CURRENT` | A, mA | Current
4646
| `SensorDeviceClass.DATA_RATE` | bit/s, kbit/s, Mbit/s, Gbit/s, B/s, kB/s, MB/s, GB/s, KiB/s, MiB/s, GiB/s | Data rate

0 commit comments

Comments
 (0)