Setting state with Python API

I am trying to use remote.set_state(api, ‘input_select.housemode’, new_state=‘Evening’) how ever this wipes out all the other values of the input_select (friendlyname, options etc), leaving it broken.

Is there a way to update just the state value using Python API?

Cheers
Zak

Resolved with remote.call_service.