rajan
(Raivo Kask)
1
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
rajan
(Raivo Kask)
3
‘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
tom_l
4
File paths are config/www
URLs are /local
Thanks for the guidance. I appreciate it