We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928268c commit c8e2664Copy full SHA for c8e2664
zhaquirks/develco/air_quality.py
@@ -72,7 +72,7 @@ class AttributeDefs(BaseAttributeDefs):
72
attribute_name=DevelcoVOCMeasurement.AttributeDefs.measured_value.name,
73
cluster_id=DevelcoVOCMeasurement.cluster_id,
74
endpoint_id=38,
75
- device_class=SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS,
+ device_class=SensorDeviceClass.VOLATILE_ORGANIC_COMPOUNDS_PARTS,
76
state_class=SensorStateClass.MEASUREMENT,
77
unit=CONCENTRATION_PARTS_PER_BILLION,
78
fallback_name="VOC level",
0 commit comments