mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Increase TIMEOUT_ACK to 2s (#40080)
This commit is contained in:
@@ -134,7 +134,7 @@ CONNECTION_FAILED = "connection_failed"
|
||||
CONNECTION_FAILED_RECOVERABLE = "connection_failed_recoverable"
|
||||
|
||||
DISCOVERY_COOLDOWN = 2
|
||||
TIMEOUT_ACK = 1
|
||||
TIMEOUT_ACK = 2
|
||||
|
||||
PLATFORMS = [
|
||||
"alarm_control_panel",
|
||||
|
Reference in New Issue
Block a user