Fix Growatt translation key (#95784)
This commit is contained in:
parent
f0eb084908
commit
27e4bca1b3
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ INVERTER_SENSOR_TYPES: tuple[GrowattSensorEntityDescription, ...] = (
|
|||
),
|
||||
GrowattSensorEntityDescription(
|
||||
key="inverter_temperature",
|
||||
translation_key="inverter_energy_today",
|
||||
translation_key="inverter_temperature",
|
||||
api_key="temperature",
|
||||
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||
device_class=SensorDeviceClass.TEMPERATURE,
|
||||
|
|
Loading…
Add table
Reference in a new issue