Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 authored Sep 21, 2024
1 parent bd2e1be commit 222a6b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/solvis_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ class ModbusFieldConfig:
ModbusFieldConfig( # Wärmepumenleistung
name="waermepumpe_leistung",
address=33544,
unit="kWh",
device_class="energy",
unit="kW",
device_class="power",
state_class="measurement",
register=2,
edit=False,
Expand All @@ -322,8 +322,8 @@ class ModbusFieldConfig:
ModbusFieldConfig( # elektrische Wärmepumenleistung
name="elek_waermepumpe_leistung",
address=33545,
unit="kWh",
device_class="energy",
unit="kW",
device_class="power",
state_class="measurement",
register=2,
edit=False,
Expand Down

0 comments on commit 222a6b3

Please sign in to comment.