Upgrading to 0.81.2 Lovelace picture-element, after clicking no more exapnding image?

This update killed almost all my cards, here is another victim.

With the following code, before the update, once clicking on the image (a camera image), it would expand and show the camera image much bigger, and it worked perfecty.

Now after the update does nothing

  - id: b6be1e42e22140008b34a53xxxxxxxx  # Automatically created id
    type: vertical-stack
    cards:
      - type: picture-entity
        title: North
        entity: camera.north
        camera_image: camera.north
        show_info: true
        tap_action: dialog
      - type: glance
        entities:
          - entity: binary_sensor.north_line_crossing
            name: Crossing

I was just trying to figure this out myself. Try changing

tap_action: dialog

to

tap_action: more-info.

That worked for me.

1 Like

I found the same. Had to change info to more-info in my case

EDIT…
was having the issue and above changes didn’t seem to work.
Had to reboot and now it does.

Reboot what?

Oh crap… it is a cache issue… on my iPad in chrome it works. Damnit!!!

Well I cleared chrome and it’s still doing it on my PC. Also with edge…

This happened again with the upgrade to 0.84.2 for me.
Before I had the camera_image: tag, but now it isn’t needed and the tap action didn’t work for me until I removed it.
So now I have type, title and entity tags and that is it.