From b97bff11fb1e56f6335f15af94b180d50810bdde Mon Sep 17 00:00:00 2001 From: Daniel Rheinbay Date: Sat, 19 Dec 2020 13:16:18 +0100 Subject: [PATCH] Update README.md make it clear that scan_interval is the number of seconds. Fixes #11. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19ee6e..f5bb841 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ mercedesmeapi: client_id: <**INSERT_YOUR_CLIENT_ID**> client_secret: <**INSERT_YOUR_CLIENT_SECRET**> vehicle_id: <**INSERT_YOUR_VEHICLE_ID**> - scan_interval: <** TIME PERIOD TO REFRESH RESOURCES **> + scan_interval: <** TIME PERIOD (NUMBER OF SECONDS) TO REFRESH RESOURCES **> ``` 2) Actually it's not possible to retrive the Token from scratch. Please use the other script to retrive the first token and copy it into hacs folder (.mercedesme_token) -- 2.47.3