Skip to content

Commit

Permalink
Add helper text for UI
Browse files Browse the repository at this point in the history
  • Loading branch information
itchannel committed Dec 30, 2023
1 parent c4f8d2c commit f49c780
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/fordpass/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"loggers": ["custom_components.fordpass"],
"requirements": [],
"ssdp": [],
"version": "0.1.63",
"version": "0.1.64",
"zeroconf": []
}
5 changes: 4 additions & 1 deletion custom_components/fordpass/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f49c780

Please sign in to comment.