Moved the scan interval to 3 minutes

This commit is contained in:
Roger Gonzalez 2023-09-25 17:57:01 -03:00
parent 39fda2775a
commit 2c843a404e
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -12,7 +12,7 @@ from ute_wrapper.ute import UTEClient
_LOGGER = logging.getLogger(__name__)
# Time between updating data from UTE
SCAN_INTERVAL = timedelta(minutes=30)
SCAN_INTERVAL = timedelta(minutes=3)
CONF_PHONE_NUMBER = "phone_number"