Tesla Dashboard Card

Does this yaml code still work for everyone? I followed the directions to the letter, and I can’t get the card to render properly. I’ve verified the values are showing up in developer tools.

Also, does anyone have the overhead view for the 2 row (5 passenger) Model Y?

@nickjhowe, I found one issue in the current code. It looks like the entry for battery is now battery_level (with the hard coded name) for the gauge.

  tesla_battery_graph:
    card:
      type: gauge
      name: ""
      entity: sensor.spaceball_1_battery_level
      needle: true
      severity:
        green: 70
        yellow: 25
        red: 0
      min: 0
      max: 100
      card_mod:
        style: |
          ha-card {
              border: thin;  
              background-color: transparent;
          }
          .name {
            display: none;
            }     

I’m still not seeing any other information on my card. I’m wondering if there is a text color issue in the card…

I got the code working for me. The only issue I had to fix is my car name has . in the name, and entity name changed the . to _. After that it works out good. The battery level for me (2018 M3) is still car_name_battery