Multi Car support
TeslaETA now supports multiple cars!
By default, this is disabled, but you can enable it by setting the following environment variables:
BACKEND_PROVIDER_MULTICAR="{1:'New Model S', 2:'Evee'}"
Disabling Authentication
You can now disable the built in authentication if you'd like. Please be careful when doing this, as it will result in your location data to be accessible publicly. So only use this if you either have TeslaETA running locally or if you handle authentication via your proxy.
The environment variable to disable authentication is: DISABLE_AUTH=False
What's Changed
- Basic support for multiple cars. by @flosoft in #39
- Fix carid in link creation by @flosoft in #40
- Fix where eta_waypoint_lat/lng were carried over from historical trips by @flosoft in #41
- Bump werkzeug from 3.0.3 to 3.0.6 by @dependabot in #42
- Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #43
Full Changelog: 0.5.1...0.6.0