mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Fix Growatt translation key (#95784)
This commit is contained in:
parent
f0eb084908
commit
27e4bca1b3
@ -161,7 +161,7 @@ INVERTER_SENSOR_TYPES: tuple[GrowattSensorEntityDescription, ...] = (
|
|||||||
),
|
),
|
||||||
GrowattSensorEntityDescription(
|
GrowattSensorEntityDescription(
|
||||||
key="inverter_temperature",
|
key="inverter_temperature",
|
||||||
translation_key="inverter_energy_today",
|
translation_key="inverter_temperature",
|
||||||
api_key="temperature",
|
api_key="temperature",
|
||||||
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||||
device_class=SensorDeviceClass.TEMPERATURE,
|
device_class=SensorDeviceClass.TEMPERATURE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user