browser_id: THIS not working
See original GitHub issueMy Home Assistant version: 2022.8.7
What I am doing:
I try to execute the following code :
What I expected to happen:
Pop-up on the browser where I am calling the service. The code works perfectly without the browser_id: THIS
What happened instead: Nothing
Minimal steps to reproduce:
# The least amount of code or steps possible to reproduce my error
# Put your code/steps here
service: browser_mod.popup
data:
title: hello
content: test
browser_id: THIS
Error messages from the browser console:
// Select everything from the browser console and copy it
// Paste it here
none
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.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Oh. That shouldn’t be there. Thanks for the heads up!
Hi,
here’s how I am doing it, button to call the script:
script:
Hope this helps
If it’s for an automation I don’t see how it will know where it was initiated.