Releases: itchannel/fordpass-ha
1.80 Beta5
Hi All, This update fixes the latest breaking API change (07/11/2025), however I have limited time these days to maintain this report as much as I'd like. It's working again for now but I also recommend taking a look at https://github.com/marq24/ha-fordpass where he has made an awesome fork of the project with added websockets and appears to be maintaining it a little more frequently :)
BREAKING CHANGE!
This version has been reworked to store all session tokens inside the HA storage system to persist updates/reboots. Unfortunately this means if you do update you will need to grab the token again.
Updates
Beta 5
Fix API error November 2025
Previous Beta Versions
Disabled messages until I can fix new API endpoint
Reworked config flow to make adding a token easier
Added ability to add multiple cars from one account using the same token
Fixed a few bugs and changes made in the 1.70 branch
This is a BETA version and I'm still working on refactoring and tidying up before pushing to release. Testing is at your own risk :)
Fix for async error when refreshing status
Fix incorrect ignition switch status for remote start
Unfortunately I can't bring back the old method of authentication but at least using the new token system it should use refresh tokens and not require you to re login.
1.80 Beta 4
BREAKING CHANGE!
This version has been reworked to store all session tokens inside the HA storage system to persist updates/reboots. Unfortunately this means if you do update you will need to grab the token again.
Updates
Beta 4
- Disabled messages until I can fix new API endpoint
Previous Beta Versions
- Reworked config flow to make adding a token easier
- Added ability to add multiple cars from one account using the same token
- Fixed a few bugs and changes made in the 1.70 branch
- This is a BETA version and I'm still working on refactoring and tidying up before pushing to release. Testing is at your own risk :)
- Fix for async error when refreshing status
- Fix incorrect ignition switch status for remote start
Unfortunately I can't bring back the old method of authentication but at least using the new token system it should use refresh tokens and not require you to re login.
1.80 Beta 3
BREAKING CHANGE!
This version has been reworked to store all session tokens inside the HA storage system to persist updates/reboots. Unfortunately this means if you do update you will need to grab the token again.
Updates
- Reworked config flow to make adding a token easier
- Added ability to add multiple cars from one account using the same token
- Fixed a few bugs and changes made in the 1.70 branch
- This is a BETA version and I'm still working on refactoring and tidying up before pushing to release. Testing is at your own risk :)
- Fix for async error when refreshing status
- Fix incorrect ignition switch status for remote start
Unfortunately I can't bring back the old method of authentication but at least using the new token system it should use refresh tokens and not require you to re login.
1.80 Beta2
BREAKING CHANGE!
This version has been reworked to store all session tokens inside the HA storage system to persist updates/reboots. Unfortunately this means if you do update you will need to grab the token again.
Updates
- Reworked config flow to make adding a token easier
- Added ability to add multiple cars from one account using the same token
- Fixed a few bugs and changes made in the 1.70 branch
- This is a BETA version and I'm still working on refactoring and tidying up before pushing to release. Testing is at your own risk :)
- Fix for async error when refreshing status
Unfortunately I can't bring back the old method of authentication but at least using the new token system it should use refresh tokens and not require you to re login.
1.80 Beta1
BREAKING CHANGE!
This version has been reworked to store all session tokens inside the HA storage system to persist updates/reboots. Unfortunately this means if you do update you will need to grab the token again.
Updates
- Reworked config flow to make adding a token easier
- Added ability to add multiple cars from one account using the same token
- Fixed a few bugs and changes made in the 1.70 branch
- This is a BETA version and I'm still working on refactoring and tidying up before pushing to release. Testing is at your own risk :)
Unfortunately I can't bring back the old method of authentication but at least using the new token system it should use refresh tokens and not require you to re login.
1.68 Release
Changelog
- Temporary fix for logging in. Uses alternative country servers.
- Fix for DC fast charging not displaying correctly
- Removed duplicate switches dictionary
Due to security changes being implemented by Ford, the current solution may stop working in the near future. We are in talks with Ford about how we could potentially support their official 3rd party API, but this may not be a quick process as it's still in development.
1.68 - Beta Release
- Temporary fix for logging in. Uses alternative country servers.
Proceed with caution I don't know how long this will last. I am trying to reach out to Ford about supporting their new Client API, however it only works in USA currently.
1.66 Release
- Remove deprecated GPS source type
- Added data_description translations
1.65 Release
- Fix for Lincoln vehicles not being supported (Still requires manual VIN entry but all previous functionality restored)
1.64 Release
- 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 automation's/research