Open zheng1112 opened 2 years ago
I'm not quite sure whether my issue is the same, but in case it is:
type: custom:card-templater
entities:
- cover.model_y_charger_door
- cover.model_y_trunk
- cover.model_y_frunk
- binary_sensor.model_y_doors
card:
type: picture-elements
image: '/local/images/tesla_cars/models/y/black/no_trunks_or_ports_open/no_doors_open.png' # <-- Works
image_template: '/local/images/tesla_cars/models/y/black/no_trunks_or_ports_open/no_doors_open.png' # <-- Does not work
elements:
etc...
type: custom:card-templater card: type: picture-elements
image: /local/ui/one1.jpg # OK
image_template: '{{ states("input_text.text12") }}' # error
elements: