Quick browser mod (popup) consult

Genuinely sorry to rehash this issue – did a fair bit of research (copying several other reportedly working configs) but still can’t get popups working.
Running latest versions of browser mod and button card mod.

      - type: custom:button-card
        entity: sensor.robin_medicine
        aspect_ratio: 1/1
        tap_action:
          action: fire-dom-event
          browser_mod:
            command: popup
            card:
              type: markdown
              content: Test

Nuthin’. Click click click… but nuthin.
Any ideas?

Answered my own question.

command: popup
title: Something

There MUST be a title.

i have title and still nothin

 type: button
 name: Test Button
 tap_action:
   action: fire-dom-event
   browser_mod:
     command: popup
     deviceID: this
     title: TestPopup
     card:
       type: entities
       entities:
         - binary_sensor.0x00158d0001dffd4b_motion
1 Like