Add sensor device class volatile_organic_compounds_parts (#92973)

This commit is contained in:
Erik Montnemery 2023-05-12 14:37:54 +02:00 committed by GitHub
parent 7546e8efa4
commit 5a7c3aaa2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 0 deletions

View file

@ -1758,6 +1758,7 @@ async def test_non_numeric_device_class_with_unit_of_measurement(
SensorDeviceClass.SULPHUR_DIOXIDE,
SensorDeviceClass.TEMPERATURE,
SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS,
SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS_PARTS,
SensorDeviceClass.VOLTAGE,
SensorDeviceClass.VOLUME,
SensorDeviceClass.WATER,