This release is a maintenance and clean-up release to be in line with the upcoming HA core version 2024.06. It contains breaking changes. Please read the release notes... Thanks for the cocktails and beers last week :-)
Breaking Changes:
- Attributes removed from the
tirewarninglamp
-binary-sensor as we have own sensors since some months:tirepressureRearLeft, tirepressureRearRight, tirepressureFrontRight, tirepressureFrontLeft,
(Thanks @Thomas55555 for the PR #238)
New:
- New binary sensor
chargeFlapACStatus
(Thanks @Thomas55555 for the PR #237)
Fixes:
- Multiple warnings
[homeassistant.util.loop] Detected blocking call...
(#228) - Service windows_open has no optional pin field (#233)
- Error lastParkEvent sensor (NoneType check, #230)
- The authentication tokens are stored in the HA core registry and the tokens are not stored in the file system anymore. (the old mercedes-token-cache... files are not updated anymore and can be deleted manually). This could be a breaking change for users with custom scripts. (Next and hopefully last try on the ReAuth issue)
Other Notes:
- The change log of v0.14.0 missed one change: The state_class of the sensor odometer is now total_increasing to better support statistics. (Thanks @thomasdelaet for the PR)