diff --git a/custom_components/fordpass/manifest.json b/custom_components/fordpass/manifest.json index ba3c203..2a918fe 100644 --- a/custom_components/fordpass/manifest.json +++ b/custom_components/fordpass/manifest.json @@ -12,6 +12,6 @@ "loggers": ["custom_components.fordpass"], "requirements": [], "ssdp": [], - "version": "0.1.63", + "version": "0.1.64", "zeroconf": [] } \ No newline at end of file diff --git a/custom_components/fordpass/translations/en.json b/custom_components/fordpass/translations/en.json index ebfbcd9..3695d66 100644 --- a/custom_components/fordpass/translations/en.json +++ b/custom_components/fordpass/translations/en.json @@ -16,7 +16,10 @@ "password": "FordPass Password", "username": "FordPass Username (Email)", "region" : "FordPass Region" - } + }, + "data_description": { + "username": "If using a mobile instead of email please enter your number (minus initial 0) also include + and the country code (e.g. +99123456789)" + } }, "vehicle": { "title": "Select vehicle to add", diff --git a/info.md b/info.md index 0caa938..8cb35db 100644 --- a/info.md +++ b/info.md @@ -1,4 +1,7 @@ ## **Changelog** +### Version 1.64 +- Add helper text for initial login when using a mobile number +- Added sensors containing all returned data from API (Disabled by default in HA) can be used for templates and other automations/research ### Version 1.63 - Reworked authentication to use login.ford.com ### Version 1.62