Moved scan interval to 5 minutes
This commit is contained in:
parent
8e429f560b
commit
b51c750966
@ -32,7 +32,7 @@ from ute_wrapper.ute import UTEClient
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
# Time between updating data from UTE
|
||||
SCAN_INTERVAL = timedelta(minutes=3)
|
||||
SCAN_INTERVAL = timedelta(minutes=5)
|
||||
|
||||
CONF_PHONE_NUMBER = "phone_number"
|
||||
CONF_POWER_FACTOR = "power_factor"
|
||||
|
Reference in New Issue
Block a user