mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-06-30 06:37:52 +02:00
remove AQI device class for air quality percentage sensor
This commit is contained in:
@ -295,7 +295,6 @@ class VeSyncAirQualityPercSensor(VeSyncHumidifierSensorEntity):
|
|||||||
"""Representation of an air quality percentage sensor."""
|
"""Representation of an air quality percentage sensor."""
|
||||||
|
|
||||||
_attr_state_class = SensorStateClass.MEASUREMENT
|
_attr_state_class = SensorStateClass.MEASUREMENT
|
||||||
_attr_device_class = SensorDeviceClass.AQI
|
|
||||||
|
|
||||||
def __init__(self, device, coordinator) -> None:
|
def __init__(self, device, coordinator) -> None:
|
||||||
"""Initialize the VeSync device."""
|
"""Initialize the VeSync device."""
|
||||||
|
Reference in New Issue
Block a user