mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-14 10:45:13 +01:00
Increase expected disconnect cooldown to 5.0 seconds (#540)
This commit is contained in:
parent
e0c4530dd8
commit
223eb23c05
@ -17,7 +17,7 @@ from .core import (
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
EXPECTED_DISCONNECT_COOLDOWN = 3.0
|
EXPECTED_DISCONNECT_COOLDOWN = 5.0
|
||||||
MAXIMUM_BACKOFF_TRIES = 100
|
MAXIMUM_BACKOFF_TRIES = 100
|
||||||
TYPE_PTR = 12
|
TYPE_PTR = 12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user