I have input_text with value: media-source://ai_task/image/file_path.png
I use picture card
type: picture
image:
media_content_id: >-
{{ states('input_text.image_weather_show') | replace('media-source://',
'media-source://media_source/local/') }}
media_content_type: image/png
But image can not showing.
How can i do it?
Thanks!