Skip to content

Commit

Permalink
remove AQI device class for air quality percentage sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
HuffYk committed Jun 26, 2024
1 parent 2fbdf83 commit 0f2fd2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/vesync/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ class VeSyncAirQualityPercSensor(VeSyncHumidifierSensorEntity):
"""Representation of an air quality percentage sensor."""

_attr_state_class = SensorStateClass.MEASUREMENT
_attr_device_class = SensorDeviceClass.AQI

def __init__(self, device, coordinator) -> None:
"""Initialize the VeSync device."""
Expand Down

0 comments on commit 0f2fd2f

Please sign in to comment.