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:
jan iversen 2023-09-15 14:00:02 +02:00 committed by GitHub
parent c173ebd11a
commit ec2364ef43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 29 additions and 8 deletions

View file

@ -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"