yo-han / Home-Assistant-Carelink

Unofficial Home Assistant Carelink Component
MIT License
19 stars 8 forks source link

swap CarelinkClient token parameters in validate_input #77

Closed arandall closed 1 month ago

arandall commented 1 month ago

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.