Remove deprecated not used constants in switchbot (#130980)
parent
4adf1992e1
commit
71e8c79cad
|
@ -74,8 +74,3 @@ CONF_RETRY_COUNT = "retry_count"
|
|||
CONF_KEY_ID = "key_id"
|
||||
CONF_ENCRYPTION_KEY = "encryption_key"
|
||||
CONF_LOCK_NIGHTLATCH = "lock_force_nightlatch"
|
||||
|
||||
# Deprecated config Entry Options to be removed in 2023.4
|
||||
CONF_TIME_BETWEEN_UPDATE_COMMAND = "update_time"
|
||||
CONF_RETRY_TIMEOUT = "retry_timeout"
|
||||
CONF_SCAN_TIMEOUT = "scan_timeout"
|
||||
|
|
Loading…
Reference in New Issue