Increase default timeout in sense (#90556)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
John Pettitt 2023-05-02 07:50:34 -07:00 committed by GitHub
parent a9d992c2de
commit cc4e741cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ from sense_energy import (
)
DOMAIN = "sense"
DEFAULT_TIMEOUT = 10
DEFAULT_TIMEOUT = 30
ACTIVE_UPDATE_RATE = 60
DEFAULT_NAME = "Sense"
SENSE_DATA = "sense_data"