Add local images

I have a local image stored in ‘/config/www/images/Sailboats.jpg’ and followed the documentation and added following in config.yaml:

camera:

  • platform: local_file
    file_path: /config/www/images/Sailboats.jpg

When I add a card (Picture) from configure UI what should I put in Image path?
I tried several option but don’t get the image.

Shouldn’t the the line:

file_path: /config/www/images/Sailboats.jpg
be
file_path: /local/images/Sailboats.jpg

‘file_path: /local/images/Sailboats.jpg’ didn’t work but I create a card manually with

aspect_ratio: 95%
entity: camera.local_file
hold_action:
  action: none
name: Strandliden
show_name: true
show_state: false
tap_action:
  action: none
theme: Dark - Gray
type: picture-entity

and it was OK

File paths are config/www

URLs are /local

OK - thanks

Thanks for the guidance. I appreciate it