Remove deprecated CLOSE_COMM_ON_ERROR from modbus (#112821)

This commit is contained in:
jan iversen 2024-03-09 13:24:06 +01:00 committed by GitHub
parent 6534943837
commit 797983236f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 28 deletions

View file

@ -16,7 +16,6 @@ from homeassistant.const import (
CONF_BAUDRATE = "baudrate"
CONF_BYTESIZE = "bytesize"
CONF_CLIMATES = "climates"
CONF_CLOSE_COMM_ON_ERROR = "close_comm_on_error"
CONF_DATA_TYPE = "data_type"
CONF_DEVICE_ADDRESS = "device_address"
CONF_FANS = "fans"