Skip to content

Commit

Permalink
Bugfix for wrong unit
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
LarsK1 authored Oct 8, 2024
1 parent 3ae2862 commit 7529a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/solvis_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,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="total",
register=2,
edit=False,
Expand Down

0 comments on commit 7529a13

Please sign in to comment.