Skip to content

Commit

Permalink
chore: Update image URLs in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Sep 18, 2024
1 parent 0a55284 commit 1a1f1ca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# 🚘 Vehicle status card

<a href="#"><img src="assets/vehicle-status-header.gif" style="border-radius: 8px"></a>
<a href="#"><img src="https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/vehicle-status-header.gif" style="border-radius: 8px"></a>


##
Expand Down Expand Up @@ -86,7 +86,7 @@ https://github.com/ngocjohn/vehicle-status-card

For instance, you could create a group indicator to monitor the lock status of all car doors, or to show the pressure levels of all tires at once. Group indicators help to keep the interface cleaner and more organized by bundling similar entities together.

![Indicators](assets/config-indicators.gif)
![Indicators](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-indicators.gif)

## Range Info Bars

Expand All @@ -100,7 +100,7 @@ Range info bars are used to display progress bars for entities that represent a

Range info bars help users keep track of their vehicle’s vital statistics in an intuitive and easy-to-read format, ensuring they always know when they need to refuel or recharge.

![Range info bars](assets/config-range-info.gif)
![Range info bars](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-range-info.gif)

## Image Slides

Expand All @@ -114,7 +114,7 @@ Image slides allow you to upload or link images that will be displayed in a rota

This feature adds a more personalized and visual element to your card, enhancing the overall presentation of vehicle data.

![Images slides](assets/config-images.gif)
![Images slides](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-images.gif)

## Mini Map

Expand All @@ -128,7 +128,7 @@ The mini map feature displays a real-time map within the card, tracking the loca

The mini map provides an easy way to keep track of where your vehicle is at all times, directly on the card.

![Config mini map](assets/config-mini-map.gif)
![Config mini map](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-mini-map.gif)

# Button Card

Expand All @@ -147,7 +147,7 @@ A single button allows you to represent an entity or action related to your vehi

The single button configuration gives you control over the key vehicle functions, allowing quick interaction and feedback directly from the card.

![Config button](assets/config-button.gif)
![Config button](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-button.gif)

## Default Card

Expand All @@ -161,7 +161,7 @@ The default card configuration allows you to display a set of related entities w

The default card is perfect for grouping and displaying related entities in one place, giving users an at-a-glance view of the vehicle’s key metrics or controls.

![Config Default Card](assets/config-default-card.gif)
![Config Default Card](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-default-card.gif)

## Custom Card

Expand All @@ -175,7 +175,7 @@ The custom card configuration allows you to integrate any Home Assistant-support

This powerful feature allows you to extend the functionality of the vehicle status card by adding any custom elements or controls that fit your needs.

![Config Custom Card](assets/config-custom-card.gif)
![Config Custom Card](https://raw.githubusercontent.com/ngocjohn/vehicle-status-card/main/assets/config-custom-card.gif)

## Layout Configuration

Expand Down

0 comments on commit 1a1f1ca

Please sign in to comment.