Browser_mod new configuration (1.3.0 update)

After the last browser_mod update (1.3.0) the way of configuring it has changed…
in the releases notes it has an example of the new way to use toast command,
but I’m trying to figure out the new way of using the popup command.

If I stay with the old way (call service -> browser_mod.popup …),
and will completely remove the DeviceID: this , it will work, tho it will popup on all the devices configured in the browser_mod: integration in the configuration.yaml file…

So, trying to find the new way of using the popup for just the current device…

Ideas?? :slight_smile:

it is now like

tap_action: 
	action: fire-dom-event
	browser_mod:
	  command: popup
	  title: Szenen
	  card:
		..

but it does not work in all custom cards
here more to this topic

1 Like