Hi everyone:
I’m trying to call service from “Developer tools” to change option on input_select component but there is no documentation nor description for this service call and I’m constantly getting JSON syntax error.
I tried obvious ones:
{‘entity_id’ : ‘input_select.light’}
{‘data’ : {‘entity_id’ : ‘input_select.light’}}
but nothing works
Any tips regarding this