Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jan 11, 2025
1 parent b5d01f0 commit e43a479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/vaillant.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func NewVaillantFromConfig(ctx context.Context, other map[string]interface{}) (a
return nil, err
}

conn, err := sensonet.NewConnection(oc.TokenSource(clientCtx, token), sensonet.WithHttpClient(client))
conn, err := sensonet.NewConnection(oc.TokenSource(logCtx, token), sensonet.WithHttpClient(request.NewClient(log)))
if err != nil {
return nil, err
}
Expand Down

0 comments on commit e43a479

Please sign in to comment.