When trying to test this component I realised that the CarelinkClient parameters were not consistent with the class __init__ function resulting in the refresh and access tokens being swapped and auth failing.
This fixes #76 by swapping the parameters allowing the UI fields to map correctly.
When trying to test this component I realised that the
CarelinkClient
parameters were not consistent with the class__init__
function resulting in the refresh and access tokens being swapped and auth failing.This fixes #76 by swapping the parameters allowing the UI fields to map correctly.