mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Increase TIMEOUT_ACK to 10s (#40117)
This commit is contained in:
parent
4518335a56
commit
39c4b338f1
@ -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 = 2
|
TIMEOUT_ACK = 10
|
||||||
|
|
||||||
PLATFORMS = [
|
PLATFORMS = [
|
||||||
"alarm_control_panel",
|
"alarm_control_panel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user