Skip to content
Snippets Groups Projects
Unverified Commit 57b099c2 authored by Manu's avatar Manu Committed by GitHub
Browse files

Add unit translations to Ista EcoTrend integration (#131768)

parent ed408eb1
No related branches found
No related merge requests found
......@@ -71,7 +71,6 @@ SENSOR_DESCRIPTIONS: tuple[IstaSensorEntityDescription, ...] = (
translation_key=IstaSensorEntity.HEATING,
suggested_display_precision=0,
consumption_type=IstaConsumptionType.HEATING,
native_unit_of_measurement="units",
state_class=SensorStateClass.TOTAL,
),
IstaSensorEntityDescription(
......
......@@ -38,7 +38,8 @@
"entity": {
"sensor": {
"heating": {
"name": "Heating"
"name": "Heating",
"unit_of_measurement": "units"
},
"heating_cost": {
"name": "Heating cost"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment