Browser Mod

Hi im trying to add an action button to browser mod , i need to set the right button action to open garage door.

in developer tools i call the below service and it works , when i add it to the right action button it fails

service: switch.turn_on
data: {}
target:
entity_id: switch.sonoff_1000d19d80

the error i get :

browser mod content Failed to call service switch/turn_on. must contain at least one of entity_id, device_id, area_id.

What am i doing wrong ?

Take a look at the examples of the Actionable popups.