Fix Sensibo Pure sensitivity sensor text (#78313)

This commit is contained in:
G Johansson 2022-09-13 16:44:22 +02:00 committed by GitHub
parent 69b59c9d59
commit fd7c257a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,6 +132,7 @@ PURE_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = (
icon="mdi:air-filter",
value_fn=lambda data: data.pure_sensitivity,
extra_fn=None,
device_class="sensibo__sensitivity",
),
FILTER_LAST_RESET_DESCRIPTION,
)