Fix Sensibo Pure sensitivity sensor text (#78313)
This commit is contained in:
parent
69b59c9d59
commit
fd7c257a90
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ PURE_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = (
|
||||||
icon="mdi:air-filter",
|
icon="mdi:air-filter",
|
||||||
value_fn=lambda data: data.pure_sensitivity,
|
value_fn=lambda data: data.pure_sensitivity,
|
||||||
extra_fn=None,
|
extra_fn=None,
|
||||||
|
device_class="sensibo__sensitivity",
|
||||||
),
|
),
|
||||||
FILTER_LAST_RESET_DESCRIPTION,
|
FILTER_LAST_RESET_DESCRIPTION,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue