Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
Fixes #34
  • Loading branch information
LarsK1 authored Oct 11, 2024
1 parent 3dd251a commit bfbb2ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/solvis_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ class ModbusFieldConfig:
state_class="measurement",
register=2,
edit=True,
input_type=2,
range_data=(0, 40),
),
ModbusFieldConfig( # HKR2 Betriebsart
Expand Down Expand Up @@ -513,7 +512,6 @@ class ModbusFieldConfig:
state_class="measurement",
register=2,
edit=True,
input_type=2,
range_data=(0, 40),
conf_option=1,
),
Expand Down Expand Up @@ -651,7 +649,6 @@ class ModbusFieldConfig:
state_class="measurement",
register=2,
edit=True,
input_type=2,
range_data=(0, 40),
conf_option=2,
),
Expand Down

0 comments on commit bfbb2ce

Please sign in to comment.