parent
211965dd52
commit
b9815713a0
|
|
@ -538,7 +538,7 @@ SENSOR_TYPES_WSLINK: tuple[WeatherSensorEntityDescription, ...] = (
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
options=list(VOCLevel),
|
options=list(VOCLevel),
|
||||||
icon="mdi:air-filter",
|
icon="mdi:air-filter",
|
||||||
value_fn=voc_level_to_text(data),
|
value_fn=voc_level_to_text,
|
||||||
),
|
),
|
||||||
WeatherSensorEntityDescription(
|
WeatherSensorEntityDescription(
|
||||||
key=T9_BATTERY,
|
key=T9_BATTERY,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue