File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
custom_components/solvis_control Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments