Kodi Call Method Load Profile

Still new to HA and Kodi. Very impressed so far.

Is Profiles.LoadProfile included as one of the methods in the Kodi integration?

If so, then I could use a little help with calling the method. The method requires a profile name to be passed in, I am not sure how to represent that in code. I am testing in Developer Tools->Services with the following code.

service: kodi.call_method
data:
  method: Profiles.LoadProfile
target:
  entity_id: media_player.kodi_8c64b6511a6482e7d892b0fd587507a9

Any help appreciated.

Thanks!

Please disregard previous post, I found my answer in other posts on the forum.

Solution:

service: kodi.call_method
data:
  method: Profiles.LoadProfile
  profile: Patio
target:
  entity_id: media_player.kodi_8c64b6511a6482e7d892b0fd587507a9