Image file browser/view for HA front-end

Thanks, I think it is the event firing part that is new to me. I have the folder watcher going, here is what i have for the automation and I don’t think it is working:

- id: '1569591328937'
  alias: Rebuild image index
  trigger:
  - event_data:
      event_type: created
    event_type: folder_watcher
    platform: event
  condition: []
  action:
  - event: HASS_FOLDER_WATCH
    event_data:
      name: hassfolder

It is working, I was just having issues with browser cache. Thanks all

I put a fork of @ken.d solution on Github, works slightly differently but same basic idea

However I cannot get the images to render every time

hi
thx for all the work.

i can open index.html and i can see the pictures and move right and left.
but
when i use iframe i cant open it it have a logo of broken picture
i think its an access issue.
how do i solve it?

thx