nfarina / homebridge-tesla

Tesla plugin for homebridge: https://github.com/nfarina/homebridge
154 stars 38 forks source link

Update package.json #61

Closed focher closed 3 years ago

focher commented 3 years ago

Change TeslaJS to version 4.9.7 which includes support for the new Tesla authentication workflow.

nfarina commented 3 years ago

Is there anything users need to know or do differently if this change is made? I apologize, I haven't been tracking all the auth discussions myself yet.

focher commented 3 years ago

I did not see any user facing impact when I updated to 4.9.7. One of the new functions in the new authentication workflow adds support for MFA, but as long as this isn't turned on for the Tesla account then the new 4.9.7 TeslaJS library works absolutely the same with your plugin.

Supporting MFA will take more consideration.

So to answer your question, there's no user facing change that needs to be considered.

nfarina commented 3 years ago

OK thanks!