mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Increase TIMEOUT_ACK to 2s (#40080)
This commit is contained in:
parent
99a8604601
commit
e5c499c22e
@ -134,7 +134,7 @@ CONNECTION_FAILED = "connection_failed"
|
|||||||
CONNECTION_FAILED_RECOVERABLE = "connection_failed_recoverable"
|
CONNECTION_FAILED_RECOVERABLE = "connection_failed_recoverable"
|
||||||
|
|
||||||
DISCOVERY_COOLDOWN = 2
|
DISCOVERY_COOLDOWN = 2
|
||||||
TIMEOUT_ACK = 1
|
TIMEOUT_ACK = 2
|
||||||
|
|
||||||
PLATFORMS = [
|
PLATFORMS = [
|
||||||
"alarm_control_panel",
|
"alarm_control_panel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user