1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-25 19:29:04 +01:00

Add ppb as a valid UOM for sensor/number NO2 device class (#159426)

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
Thomas55555
2026-01-20 23:35:11 +01:00
committed by GitHub
parent 7c4cdd57b6
commit 27117c9d17
7 changed files with 56 additions and 5 deletions

View File

@@ -3107,7 +3107,6 @@ def test_device_class_converters_are_complete() -> None:
SensorDeviceClass.IRRADIANCE,
SensorDeviceClass.MOISTURE,
SensorDeviceClass.MONETARY,
SensorDeviceClass.NITROGEN_DIOXIDE,
SensorDeviceClass.NITROGEN_MONOXIDE,
SensorDeviceClass.NITROUS_OXIDE,
SensorDeviceClass.OZONE,