#I'm trying. Adding a browser_id doesn't

1 messages · Page 1 of 1 (latest)

left flare
#

It depends on how it is being called. If initiated from a browser and not including a browser_id (I think) the popup will only show on that browser. If from a triggered automation, without the device_id, it shows up across all browsers.

#

This just popped up on all my browsers```yaml
alias: Browser Mod Pop-up
description: ""
trigger:

  • platform: time
    at: "18:54:00"
    condition: []
    action:
  • service: browser_mod.popup
    data:
    dismissable: true
    autoclose: true
    title: Test
    timeout: 36000
    content:
    type: entities
    state_color: true
    show_header_toggle: false
    entities:
    - type: custom:slider-entity-row
    entity: light.living_room1
    hide_state: true
    toggle: true
    step: 1
    mode: single```
#

Adding the browser_id and letting it run again, the popup appear only on that device.

#

Perhaps try removing the content and see if you at least get a blank popup without it? 🤷‍♂️