diff --git a/README.md b/README.md index f998403..b41f01d 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,20 @@ This custom card displays essential information about your Mercedes vehicle. It 1. Select `Lovelace` 1. Press add icon and search for `Vehicle Info Card` 1. Select Vehicle Info Card repo and install -1. Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) + R) +1. Force refresh the Home Assistant page (`Ctrl` + `F5` / (`Shift` +) `⌘` + `R`) 1. Add vehicle-info-card to your page +[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=ngocjohn&repository=vehicle-info-card&category=plugin) + ### Manual -1. Download the [vehicle-info-card.js](https://github.com/ngocjohn/vehicle-info-card/blob/main/dist/vehicle-info-card.js) +1. Download the [vehicle-info-card.js](https://github.com/ngocjohn/vehicle-info-card/releases/latest) 1. 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) 1. 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) 1. Add a new resource 1. Url = `/local/vehicle-info-card.js` 1. Resource type = `module` -1. Force refresh the Home Assistant page (Ctrl + F5 / (Shift +) + R) +1. Force refresh the Home Assistant page (`Ctrl` + `F5` / (`Shift` +) `⌘` + `R`) 1. Add vehicle-info-card to your page ## Configuration diff --git a/assets/default-card.gif b/assets/default-card.gif index 10f9610..a6dac5b 100644 Binary files a/assets/default-card.gif and b/assets/default-card.gif differ