Add "close_comm_on_error" to modbus configuration (#50583)
This commit is contained in:
parent
7ea23533cf
commit
19cdff10c3
3 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,7 @@ from homeassistant.const import (
|
|||
CONF_BAUDRATE = "baudrate"
|
||||
CONF_BYTESIZE = "bytesize"
|
||||
CONF_CLIMATES = "climates"
|
||||
CONF_CLOSE_COMM_ON_ERROR = "close_comm_on_error"
|
||||
CONF_COILS = "coils"
|
||||
CONF_CURRENT_TEMP = "current_temp_register"
|
||||
CONF_CURRENT_TEMP_REGISTER_TYPE = "current_temp_register_type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue