alandtse / tesla

Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.
Apache License 2.0
555 stars 99 forks source link

fix: set default client_id ownerapi #896

Closed llamafilm closed 3 months ago

llamafilm commented 3 months ago

Client ID should be ownerapi for compatibility with old style.

Fixes #889

llamafilm commented 3 months ago

It might be good to set this default in async_step_import() too but I didn't have time to test what happens if you import an existing config from previous version. You might have to re-run the config flow.