Sponsored

Home Assistant - Ford F150 Lightning Dashboard.

Joined
Mar 5, 2025
Threads
1
Messages
20
Reaction score
19
Location
Germany
Vehicles
2023 F150 Lightning Platinum
Here we go...

Code:
type: picture-elements
elements:
  - type: state-label
    entity: sensor.fordpass_1ft6w1ev5pwg06968_tirepressure
    attribute: frontLeft
    style:
      left: 80%
      top: 18%
      font-size: 100%
      font-weight: normal
      color: rgb(0,0,0)
  - type: state-label
    style:
      left: 23%
      top: 18%
      font-size: 100%
      font-weight: normal
      color: rgb(0,0,0)
    entity: sensor.fordpass_1ft6w1ev5pwg06968_tirepressure
    attribute: rearLeft
  - type: state-label
    style:
      left: 23%
      top: 82%
      font-size: 100%
      font-weight: normal
      color: rgb(0,0,0)
    entity: sensor.fordpass_1ft6w1ev5pwg06968_tirepressure
    attribute: rearRight
  - type: state-label
    style:
      left: 80%
      top: 82%
      font-size: 100%
      font-weight: normal
      color: rgb(0,0,0)
    entity: sensor.fordpass_1ft6w1ev5pwg06968_tirepressure
    attribute: frontRight
  - type: conditional
    conditions:
      - condition: state
        entity: sensor.fordpass_1ft6w1ev5pwg06968_doorstatus
        state: Closed
    elements:
      - type: icon
        icon: mdi:lock
        tap_action: none
        double_tap_action: none
        hold_action:
          action: call-service
          service: script.unlock_f150_lightning
        style:
          top: 7%
          left: 90.5%
          color: black
  - type: conditional
    conditions:
      - condition: state
        entity: sensor.fordpass_1ft6w1ev5pwg06968_doorstatus
        state_not: Closed
    elements:
      - type: icon
        icon: mdi:lock-open-variant
        tap_action: none
        double_tap_action: none
        hold_action:
          action: call-service
          service: script.lock_f150_lightning
        style:
          top: 7%
          left: 90.5%
          color: "#039be5"
  - type: conditional
    conditions:
      - entity: sensor.fordpass_1ft6w1ev5pwg06968_elvehcharging
        attribute: Plug Status
        state: CONNECTED
      - entity: sensor.fordpass_1ft6w1ev5pwg06968_elvehcharging
        attribute: Charge Type
        state_not: AC_BASIC
    elements:
      - type: icon
        icon: mdi:ev-plug-type1
        tap_action: none
        double_tap_action: none
        hold_action: none
        style:
          top: 20%
          left: 73%
          color: green
  - type: conditional
    conditions:
      - entity: sensor.fordpass_1ft6w1ev5pwg06968_elvehcharging
        attribute: Plug Status
        state_not: CONNECTED
    elements:
      - type: icon
        icon: mdi:ev-plug-type1
        tap_action: none
        double_tap_action: none
        hold_action: none
        style:
          top: 20%
          left: 73%
          color: red
  - type: state-label
    entity: sensor.fordpass_1ft6w1ev5pwg06968_lastrefresh
    prefix: "last update: "
    style:
      top: 5%
      left: 23%
      font-size: 80%
      font-weight: normal
      color: rgb(0,0,0)
  - type: state-label
    entity: sensor.fordpass_1ft6w1ev5pwg06968_elvehcharging
    attribute: chargingkW
    suffix: " kW"
    prefix: Charge@
    style:
      left: 72%
      top: 11%
image: /api/image/serve/e196197acd66e46ececf131dda8dc583/512x512
title: F-150 Lightning
grid_options:
  columns: 12
  rows: 5
Sponsored

 

bmwhitetx

Well-known member
First Name
Bruce
Joined
May 21, 2021
Threads
45
Messages
2,567
Reaction score
3,579
Location
DFW-Texas
Vehicles
2022 F150 Lightning Lariat ER
Occupation
Retired engineer
Here we go...
Code:
    attribute: frontLeft
Thank you. It was capitalization. HA showed the attribute as FrontLeft, but they must capitalize the first letter. Using a small "f", e.g., frontLeft worked.
 

MrCippy

New member
First Name
Jason
Joined
Aug 1, 2025
Threads
0
Messages
2
Reaction score
0
Vehicles
2025 F150 Lightning Flash, 2023 Rivian R1S
I have read, searched, read some more and searched again and I can’t find a guide on how to use any of this. Can a a kind soul please link me to a tutorial or guide?
 

bmwhitetx

Well-known member
First Name
Bruce
Joined
May 21, 2021
Threads
45
Messages
2,567
Reaction score
3,579
Location
DFW-Texas
Vehicles
2022 F150 Lightning Lariat ER
Occupation
Retired engineer
I have read, searched, read some more and searched again and I can’t find a guide on how to use any of this. Can a a kind soul please link me to a tutorial or guide?
Do you have Home Assistant running on a PC?
 

Sponsored

bmwhitetx

Well-known member
First Name
Bruce
Joined
May 21, 2021
Threads
45
Messages
2,567
Reaction score
3,579
Location
DFW-Texas
Vehicles
2022 F150 Lightning Lariat ER
Occupation
Retired engineer
I should have clarified. I have HA/HACS/Fordpass running, I just don’t know how to get the custom layouts. That’s my fault
Gotcha, I struggle with that as well, hard to cut and paste someone else's YAML not knowing where it should go and the constant spacing issues.
I just use a simple Entities card since I just look at it on my PC and not a phone. Sorry - can't help with the custom layout part.
 

RLXXI

Well-known member
Joined
Jun 10, 2021
Threads
9
Messages
219
Reaction score
218
Location
S. E. Louisiana
Vehicles
2025 F 150 Flash, 2013 F 150 XLT, 2014 Escape, 2011 Suzuki DR 650SE
Occupation
Auto tech
Saw the thread title and it sparked intrigue, however my HA has enough crap in it already with everything for the home :ROFLMAO:. This is kewl though, been reading a bit and decided that any more energy I expend on new in HA, it'll be getting Lcars working fully. Custom cards are not my forte, yet. :cool:
Sponsored

 
 







Top