Skip to content

Commit

Permalink
Remove duplicated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 authored Oct 7, 2024
1 parent d16a680 commit 0f590df
Showing 1 changed file with 0 additions and 58 deletions.
58 changes: 0 additions & 58 deletions custom_components/solvis_control/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,29 +503,6 @@ class ModbusFieldConfig:
range_data=(0, 40),
conf_option=1,
),
ModbusFieldConfig( # HKR2 Kurve Absenktemperatur
name="hkr2_kurve_absenktemperatur",
address=3081,
unit="°C",
device_class="temperature",
state_class="measurement",
register=2,
multiplier=1,
edit=True,
data=(5, 75),
),

ModbusFieldConfig( # HKR2 Kurve Steilheit
name="hkr2_kurve_steilheit",
address=3082,
unit="%",
device_class="",
state_class="",
register=2,
multiplier=1,
edit=True,
data=(0, 200),
),

ModbusFieldConfig( # HKR3 Betriebsart
name="hkr3_betriebsart",
Expand Down Expand Up @@ -667,41 +644,6 @@ class ModbusFieldConfig:
range_data=(0, 40),
conf_option=2,
),
ModbusFieldConfig( # HKR3 Kurve Solltemperatur Tag3
name="hkr3_kurve_solltemperatur_tag3",
address=3336,
unit="°C",
device_class="temperature",
state_class="measurement",
register=2,
multiplier=1,
edit=True,
data=(5, 75),
),
ModbusFieldConfig( # HKR3 Kurve Absenktemperatur
name="hkr3_kurve_absenktemperatur",
address=3337,
unit="°C",
device_class="temperature",
state_class="measurement",
register=2,
multiplier=1,
edit=True,
data=(5, 75),
),

ModbusFieldConfig( # HKR3 Kurve Steilheit
name="hkr3_kurve_steilheit",
address=3338,
unit="%",
device_class="",
state_class="",
register=2,
multiplier=1,
edit=True,
data=(0, 200),
),


ModbusFieldConfig( # DigIn Stoerungen
name="digin_stoerungen",
Expand Down

0 comments on commit 0f590df

Please sign in to comment.