Flume Water Meter Home/Away Mode Service

Hi All, I just finished installing and integrating my flume water meter into my HA. Worked great right out of the box.
Skimming through the documentation for the API I found that there is an API to change the mode of the location to Away, this enables the usage notification alarms emergency contacts.

https://flumetech.readme.io/reference#update-a-user-location
The api takes three parameters, location_id, user_id and away_mode.

It would be a great API to get implemented it’s a service call into the HA integration, this would allow for my armed away or disarmed home automations to automatically enable this mode.

Thanks in advance.