RESTFul Switch with different status url

So I am trying to use the RESTFul integration to post a command to a dimmer switch (Plum Lightpad) The resource end point requires JSON payload to turn on and off, but it will return nothing. It will not accept a GET request and will return a 405.

When I restart hassio, all I am getting is a “Got non-ok response from resource: 405” message in the error log and the switch does not seem to have been created.

Is there a way to stop the RESTFul integration for evey sending the GET request? I just want to be able to post the on and the off command.

Thanks

It doesn’t look like you can prevent the GET. Maybe you’re better off using a command line switch and curl. The command_state is optional, if unset it will just toggle the state of the switch without checking the result.