mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix missed name to translation key in Sensibo (#100080)
This commit is contained in:
parent
4ebb6bb823
commit
0fae65abde
@ -232,7 +232,7 @@ ELEMENT_SENSOR_TYPES: tuple[SensiboDeviceSensorEntityDescription, ...] = (
|
||||
key="ethanol",
|
||||
native_unit_of_measurement=CONCENTRATION_PARTS_PER_MILLION,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
name="Ethanol",
|
||||
translation_key="ethanol",
|
||||
value_fn=lambda data: data.etoh,
|
||||
extra_fn=None,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user