Show front door camera on doorbell press

try here

service: browser_mod.command is the start line :slight_smile:

working yaml:

service: browser_mod.command
data:
  command: popup
  title: Popup example
  card:
    entity: camera.voordeur
    type: picture-entity
    camera_view: live
1 Like