this is more of a browser mod question than a dashboard question, you might get more help if you ask on 🔹 Browser_mod - turn your browser into a controllable device, and a media_player
looks like this is what you are after
## Reading guide
Service parameters are described using the following conventions:
- `<type>` in brackets describe the type of a parameter, e.g.
- `<string>` is a piece of text
- `<number>` is a number
- `<TRUE/false>` means the value must be either `true` or `false` with `true` being the default
- `<service call>` means a full service call specification. Note that this can be any service, not just Browser Mod services
- `<Browser IDs>` is a list of BrowserIDs
- Square brackets `[ ]` indicate that a parameter is optional and can be omitted.
### `<service call>`
A service call is a combination of a service and it's data:
Ex, a `<service call>` for `browser_mod.more_info` with `light.bed_light` as entity:
This file has been truncated. show original
the service you want to call is browser_mod.popup not browser_mod.navigate, you will need to pass the browser id, I don’t think you can pass in the full popup yaml to the automation, just copy and past the content section into the automation