Add virtual_count == slave_count in modbus configuration (#100398)
* Add virtual_count as config parameter. * Review (other PR) comments. * Review. * Review comment.
This commit is contained in:
parent
c173ebd11a
commit
ec2364ef43
6 changed files with 29 additions and 8 deletions
|
@ -62,6 +62,7 @@ CONF_HVAC_MODE_DRY = "state_dry"
|
|||
CONF_HVAC_MODE_FAN_ONLY = "state_fan_only"
|
||||
CONF_WRITE_REGISTERS = "write_registers"
|
||||
CONF_VERIFY = "verify"
|
||||
CONF_VIRTUAL_COUNT = "virtual_count"
|
||||
CONF_WRITE_TYPE = "write_type"
|
||||
CONF_ZERO_SUPPRESS = "zero_suppress"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue