Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@flosoft flosoft released this 04 Jan 21:29

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

Full Changelog: 0.5.1...0.6.0