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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"