Fix compounds in sensor device class comments (#55900)

This commit is contained in:
Oxan van Leeuwen 2021-09-10 09:46:21 +02:00 committed by GitHub
parent 78909b5227
commit 970a7f9662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,8 @@ DEVICE_CLASSES: Final[list[str]] = [
DEVICE_CLASS_MONETARY, # Amount of money (currency)
DEVICE_CLASS_OZONE, # Amount of O3 (µg/m³)
DEVICE_CLASS_NITROGEN_DIOXIDE, # Amount of NO2 (µg/m³)
DEVICE_CLASS_NITROUS_OXIDE, # Amount of NO (µg/m³)
DEVICE_CLASS_NITROGEN_MONOXIDE, # Amount of N2O (µg/m³)
DEVICE_CLASS_NITROUS_OXIDE, # Amount of N2O (µg/m³)
DEVICE_CLASS_NITROGEN_MONOXIDE, # Amount of NO (µg/m³)
DEVICE_CLASS_PM1, # Particulate matter <= 0.1 μm (µg/m³)
DEVICE_CLASS_PM10, # Particulate matter <= 10 μm (µg/m³)
DEVICE_CLASS_PM25, # Particulate matter <= 2.5 μm (µg/m³)