mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix Ecoforest spelling of "convector" air flow sensor (#141414)
This commit is contained in:
parent
c29ca4c50a
commit
8dd179c9e0
@ -132,7 +132,7 @@ SENSOR_TYPES: tuple[EcoforestSensorEntityDescription, ...] = (
|
||||
),
|
||||
EcoforestSensorEntityDescription(
|
||||
key="convecto_air_flow",
|
||||
translation_key="convecto_air_flow",
|
||||
translation_key="convector_air_flow",
|
||||
native_unit_of_measurement=PERCENTAGE,
|
||||
entity_registry_enabled_default=False,
|
||||
value_fn=lambda data: data.convecto_air_flow,
|
||||
|
@ -78,7 +78,7 @@
|
||||
"extractor": {
|
||||
"name": "Extractor"
|
||||
},
|
||||
"convecto_air_flow": {
|
||||
"convector_air_flow": {
|
||||
"name": "Convector air flow"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user