Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Closes #35
  • Loading branch information
LarsK1 authored Oct 13, 2024
1 parent bfbb2ce commit 592d727
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 @@ -216,8 +216,8 @@ class ModbusFieldConfig:
ModbusFieldConfig( # A04.Pumpe HKR 2
name="a04_pumpe_hkr2",
address=33283,
unit="V",
device_class="voltage",
unit="%",
device_class="power_factor",
state_class="measurement",
multiplier=0.01,
conf_option=1,
Expand Down

0 comments on commit 592d727

Please sign in to comment.