Skip to content

Commit 222a6b3

Browse files
authored
Minor fixes
1 parent bd2e1be commit 222a6b3

File tree

1 file changed

+4
-4
lines changed
  • custom_components/solvis_control

1 file changed

+4
-4
lines changed

custom_components/solvis_control/const.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ class ModbusFieldConfig:
312312
ModbusFieldConfig( # Wärmepumenleistung
313313
name="waermepumpe_leistung",
314314
address=33544,
315-
unit="kWh",
316-
device_class="energy",
315+
unit="kW",
316+
device_class="power",
317317
state_class="measurement",
318318
register=2,
319319
edit=False,
@@ -322,8 +322,8 @@ class ModbusFieldConfig:
322322
ModbusFieldConfig( # elektrische Wärmepumenleistung
323323
name="elek_waermepumpe_leistung",
324324
address=33545,
325-
unit="kWh",
326-
device_class="energy",
325+
unit="kW",
326+
device_class="power",
327327
state_class="measurement",
328328
register=2,
329329
edit=False,

0 commit comments

Comments
 (0)