#Picture Card can not use media_content_id with template

1 messages · Page 1 of 1 (latest)

livid crag
#

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!

solid lotus
#

Can't use templates there

livid crag