So I’ve made a script called
script.set_sign_for_recording
For setting my brand spanking new led matrix sign
I then call
https://url:8123/api/script/turn_on
with the headers
Authorization: Bearer vIxxx
Content-Type: application/json
and the body
{
"entity_id": "script.set_sign_for_recording"
}
But I get a
404 Not found
??