Increase mqtt availablity timeout to 50s (#120760)
This commit is contained in:
parent
e907c45981
commit
0ea1677f51
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from .const import (
|
|||
)
|
||||
from .models import DATA_MQTT, DATA_MQTT_AVAILABLE, ReceiveMessage
|
||||
|
||||
AVAILABILITY_TIMEOUT = 30.0
|
||||
AVAILABILITY_TIMEOUT = 50.0
|
||||
|
||||
TEMP_DIR_NAME = f"home-assistant-{DOMAIN}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue