Skip to content

Installation

Viet Ngoc edited this page Nov 7, 2024 · 1 revision

Installation

HACS (Home Assistant Community Store)

  1. Go to HACS page on your Home Assistant instance
  2. Add this repository via HACS Custom repositories How to add Custom Repositories
https://github.com/ngocjohn/vehicle-status-card
  1. Select Lovelace
  2. Press add icon and search for Vehicle status card
  3. Select Vehicle status card repo and install
  4. Force refresh the Home Assistant page Ctrl + F5 / Shift + + R
  5. Add vehicle-status-card to your page

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Manual

  1. Download the vehicle-status-card.js.
  2. Place the downloaded file on your Home Assistant machine in the config/www folder (when there is no www folder in the folder where your configuration.yaml file is, create it and place the file there).
  3. In Home Assistant go to Configuration->Lovelace Dashboards->Resources (When there is no resources tag on the Lovelace Dashboard page, enable advanced mode in your account settings, and retry this step).
  4. Add a new resource:
    • Url = /local/vehicle-status-card.js
    • Resource type = module
  5. Force refresh the Home Assistant page Ctrl + F5 / Shift + + R.
  6. Add vehicle-status-card to your page.
Clone this wiki locally