mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Increase default timeout in sense (#90556)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
a9d992c2de
commit
cc4e741cfa
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user