Hi, first of all you need to install and configure the custom-component mentioned in the post above mine:
This is best done with another custom-component called HACS (Home Assistant Community Store)
And this is my code for the card:
type: vertical-stack
cards:
- type: markdown
content: |
## Auto
- type: picture-entity
entity: device_tracker.fordpass_tracker
state_image:
home: /local/LovalaceUI/DeppBlue.png
not_home: /local/LovalaceUI/DeppBlue_away.png
- type: grid
square: false
cards:
- type: button
tap_action:
action: more-info
entity: switch.fordpass_ignition_switch
show_state: true
show_icon: false
show_name: true
- type: button
tap_action:
action: more-info
show_state: true
show_icon: false
entity: lock.fordpass_doorlock
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_lastrefresh
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_ignitionstatus
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_doorstatus
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_windowposition
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_tirepressure
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_oil
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_battery
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_odometer
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_fuel
show_state: true
show_icon: false
- type: button
tap_action:
action: more-info
entity: sensor.fordpass_fuelremaining
show_state: true
show_icon: false