LL - horizontal-stack issue

Hi, i have some issues with this card. The first entity will not show, if ill change the first device_tracker to the same as i have on the second one, it works
Could anyone point me to the right direction?

views:

  • title: Home
    icon: mdi:information-outline
    path: home
    cards:
    • type: vertical-stack
      cards:

      • type: horizontal-stack
        cards:
        • type: picture-entity
          entity: device_tracker.hannah
          show_name: false
          tap_action:
          action: more-info
          state_image:
          “Home”: /local/hannah.png
          “Work”: /local/hannah_bw.png
        • type: picture-entity
          entity: device_tracker.peter
          show_name: false
          tap_action:
          action: more-info
          state_image:
          “Home”: /local/hoas.png
          “Work”: /local/hoas_bw.png
    • type: “custom:calendar-card”
      name: “Kalender”
      showProgressBar: true
      numberOfDays: 7
      entities:

      • calendar.gemensam
      • calendar.helgdagar_i_sverige

What makes you think that problem is in any way related to the stack?

Not sure, still really new to this.
What else could it be?

I’d start with making sure it works in a bare minimum configuration, and try to find out why one device tracker works, and the other one doesn’t. Are you sure you have the correct entity id?

views:
  - title: Home
    icon: mdi:information-outline
    path: home
    cards:
      - type: picture-entity
        entity: device_tracker.hannah
        show_name: false
        tap_action:
          action: more-info
        state_image:
          "Home": /local/hannah.png
          "Work": /local/hannah_bw.png

Ive tested different trackers and none except my own shows the picture, but the devicetracker name shows. And the entity is correct. Have also just used the minimum config as yours and it only works with my tracker, no one else works… :thinking:

SOLVED…
Its VERY VERY case sensitive.