Skip to content

Commit 3ae2862

Browse files
committed
Bugfix
1 parent a3216c6 commit 3ae2862

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

custom_components/solvis_control/const.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ class ModbusFieldConfig:
261261
state_class=None,
262262
register=2,
263263
multiplier=1,
264-
input_type=3,
264+
input_type=1,
265265
),
266266
ModbusFieldConfig( # HKR1 Fix Vorlauf Tag
267267
name="hkr1_fix_vorlauf_tag",
@@ -377,7 +377,7 @@ class ModbusFieldConfig:
377377
state_class=None,
378378
register=2,
379379
multiplier=1,
380-
input_type=3,
380+
input_type=1,
381381
conf_option=1,
382382
),
383383
ModbusFieldConfig( # HKR2 Fix Vorlauf Tag
@@ -503,7 +503,7 @@ class ModbusFieldConfig:
503503
state_class=None,
504504
register=2,
505505
multiplier=1,
506-
input_type=3,
506+
input_type=1,
507507
conf_option=2,
508508
),
509509
ModbusFieldConfig( # HKR3 Fix Vorlauf Tag

custom_components/solvis_control/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/LarsK1/hass_solvis_control/issues",
1111
"requirements": ["pymodbus"],
12-
"version": "1.1.0-beta7"
12+
"version": "1.1.0-rc1"
1313
}

0 commit comments

Comments
 (0)