Increase BleBox timeout (#64760)

This commit is contained in:
Massimiliano Cannarozzo
2022-01-24 11:37:28 +01:00
committed by GitHub
parent a459cf8ca4
commit 229b3175f3

View File

@@ -14,7 +14,7 @@ from homeassistant.const import (
DOMAIN = "blebox"
PRODUCT = "product"
DEFAULT_SETUP_TIMEOUT = 3
DEFAULT_SETUP_TIMEOUT = 10
# translation strings
ADDRESS_ALREADY_CONFIGURED = "address_already_configured"