fix value in wslink sensors

Fix VOCLevel value
ecowitt_support
SchiZzA 2026-05-27 21:30:11 +02:00
parent 211965dd52
commit b9815713a0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ SENSOR_TYPES_WSLINK: tuple[WeatherSensorEntityDescription, ...] = (
device_class=SensorDeviceClass.ENUM,
options=list(VOCLevel),
icon="mdi:air-filter",
value_fn=voc_level_to_text(data),
value_fn=voc_level_to_text,
),
WeatherSensorEntityDescription(
key=T9_BATTERY,