Summary
- Add a new MQTT message type:
EventType.VEHICLE_EVENT
- Add support for 4 new MQTT messages:
vehicle-status/odometer
vehicle-event/vehicle-connection-status-update
vehicle-event/vehicle-ignition-status
service-event/departure-error-plug
What's Changed
✨ New features
- Add support for mqtt departure-error-plug message by @Giermann in #348
- add odometer event / topic by @ExploracuriousAlex in #351
🛠️ Dependencies
- Bump aiohttp from 3.11.11 to 3.11.12 by @dependabot in #352
- Bump mkdocstrings from 0.27.0 to 0.28.0 by @dependabot in #353
- Bump ruff from 0.9.4 to 0.9.5 by @dependabot in #354
🗒️ Other changes
- Set default value of User object timestamp by @WebSpider in #349
- Set default value of Info object timestamp by @WebSpider in #350
New Contributors
- @Giermann made their first contribution in #348
- @ExploracuriousAlex made their first contribution in #351
Full Changelog: v0.19.0...v0.20.0