mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Increase default timeout in sense (#90556)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user