Icon not showing

Hey

I’m encountering an issue with this code at the end. I’m attempting to display the “mdi:car-seat-heater” icon, but it’s not appearing in the picture.

type: picture-elements
elements:
  - type: state-icon
    entity: lock.ioniq_door_lock
    style:
      state_color: true
      top: 5%
      left: 5%
  - type: state-icon
    entity: binary_sensor.ioniq_ev_battery_plug
    style:
      state_color: true
      top: 33%
      left: 96%
  - type: state-label
    entity: sensor.ioniq_ev_battery_level
    style:
      top: 24%
      left: 96%
      state_color: true
  - type: state-label
    entity: sensor.ioniq_ev_range
    style:
      top: 16%
      left: 92%
      state_color: true
  - type: state-icon
    entity: sensor.ioniq_car_battery_level
    style:
      top: 5%
      left: 96%
      state_color: true
  - type: state-label
    entity: sensor.ioniq_last_updated_at
    style:
      top: 5%
      left: 50%
      state_color: true
  - type: state-label
    entity: device_tracker.ioniq_location
    style:
      top: 96%
      left: 50%
      state_color: true
  - type: service-button
    icon: mdi:car-seat-heater
    entity: script.varme_bil
    service: kia_uvo.start_climate
    style:
      top: 17%
      left: 5%
image: /local/picture/2020-hyundai-ioniq-electric.avif
  1. Only the last 7 lines (out of ~50) are related to the issue. No need to post so many.
  2. The “icon” option (as well as “entity”) is not mentioned in docs as supported.

Ahh, its now clear, i understadn what i did wrong.
I did find out that i did mix up with service “call button” and “icon element”

i want the functionon of the service-button and when i press a icon. but on a service-button i only get text.

Use an element with an icon with tap-action.

I get what you are saying but in reality if it wasn’t painfully obvious in 7 lines then someone would request the entirety of the YAML to see if something else was causing the problem. It’s sort of a damned-if-you-do and damned-if-you-don’t scenario, you post 7 and someone says “I can’t help unless you post it all” and you post 50 and someone says “too much”.

Agree, sort of. Comes with an experience.
We all are learning.