My Home Assistant version: 0.XX.X
2023.4.4
What I am doing:

Browser mod popup is working fine all around. it can even send popup to specific browser ids (browsers are getting registered just fine). Although is unable to propagate the list of registered devices when setting a target in a script.
What I expected to happen:
be able to use browser_id in script so the popup only pops in the browser that triggered the script
What happened instead:
No devices can be found

Minimal steps to reproduce:
Create a basic browser mod popup
service: browser_mod.popup
data:
dismissable: true
autoclose: false
content: test
browser_id: "{{ browser_id }}"
Error messages from the browser console:
No error in the console. It even state that the Action was successful but no popup. Although if a browser_id is manually specified it will pop in that particular browser but the ability to use browser_id in a script does not behave as expected.

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
My Home Assistant version: 0.XX.X

2023.4.4
What I am doing:
Browser mod popup is working fine all around. it can even send popup to specific browser ids (browsers are getting registered just fine). Although is unable to propagate the list of registered devices when setting a target in a script.
What I expected to happen:
be able to use browser_id in script so the popup only pops in the browser that triggered the script
What happened instead:

No devices can be found
Minimal steps to reproduce:
Create a basic browser mod popup
Error messages from the browser console:
No error in the console. It even state that the Action was successful but no popup. Although if a browser_id is manually specified it will pop in that particular browser but the ability to use browser_id in a script does not behave as expected.
By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
Have made sure I am using the latest version of the plugin.
Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.