Add "close_comm_on_error" to modbus configuration (#50583)

This commit is contained in:
jan iversen 2021-05-14 10:54:23 +02:00 committed by GitHub
parent 7ea23533cf
commit 19cdff10c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

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