Allow multiread in modbus binary_sensor (#59886)
This commit is contained in:
parent
0f580af1d3
commit
cb877adb6a
5 changed files with 203 additions and 13 deletions
|
@ -37,6 +37,7 @@ CONF_RETRY_ON_EMPTY = "retry_on_empty"
|
|||
CONF_REVERSE_ORDER = "reverse_order"
|
||||
CONF_PRECISION = "precision"
|
||||
CONF_SCALE = "scale"
|
||||
CONF_SLAVE_COUNT = "slave_count"
|
||||
CONF_STATE_CLOSED = "state_closed"
|
||||
CONF_STATE_CLOSING = "state_closing"
|
||||
CONF_STATE_OFF = "state_off"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue