#Display images in Gallery card

1 messages · Page 1 of 1 (latest)

spare prism
#

I have images from my doorbell saved (from the menu) Media -> My Media -> Snapshots -> doorbell -> 2025-09-05 (or other dates).
I want to use https://github.com/TarheelGrad1998/gallery-card to show the images. But what is the path to the images?

  • type: grid
    cards:
    • type: custom:gallery-card
      entities:
      • path: "path....."
        recursive: true
        reverse_sort: true
        include_images: true
        show_name: true
        show_date: true
        caption_format: "YYYY-MM-DD HH:mm:ss"
GitHub

A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. - GitHub - TarheelGrad1998/gallery-card: A custom card for Home Assistant that wil...