Fix Ecoforest spelling of "convector" air flow sensor (#141414)

This commit is contained in:
Shay Levy 2025-03-25 22:24:44 +02:00 committed by GitHub
parent c29ca4c50a
commit 8dd179c9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ SENSOR_TYPES: tuple[EcoforestSensorEntityDescription, ...] = (
), ),
EcoforestSensorEntityDescription( EcoforestSensorEntityDescription(
key="convecto_air_flow", key="convecto_air_flow",
translation_key="convecto_air_flow", translation_key="convector_air_flow",
native_unit_of_measurement=PERCENTAGE, native_unit_of_measurement=PERCENTAGE,
entity_registry_enabled_default=False, entity_registry_enabled_default=False,
value_fn=lambda data: data.convecto_air_flow, value_fn=lambda data: data.convecto_air_flow,

View File

@ -78,7 +78,7 @@
"extractor": { "extractor": {
"name": "Extractor" "name": "Extractor"
}, },
"convecto_air_flow": { "convector_air_flow": {
"name": "Convector air flow" "name": "Convector air flow"
} }
}, },