Skip to content

Commit

Permalink
pre-release: Update version to 1.1.0-alpha and add language localizat…
Browse files Browse the repository at this point in the history
…ion support
  • Loading branch information
ngocjohn committed Aug 2, 2024
1 parent 6dcaf34 commit 8b88752
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## 1.1.0

### Features

- **Language Localization Support:** Added comprehensive support for localization across the card, enabling users to see translated strings based on their selected language.

## [1.0.7](https://github.com/ngocjohn/vehicle-info-card/releases/tag/v1.0.7) (2024-07-25)

### Features
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Below is the basic configuration for the custom card:
| `name` | string | Optional | The name to be displayed on the card. Default is vehicle model name. |
| `device_tracker` | string | Optional | The entity ID of the device tracker for map display. |
| `google_api_key` | string | Optional | Google Maps API key for generating address from coordinates. Default is using OpenStreetMap service. |
| `selected_language` | string | Optional | Language options. Default `en` |
| `show_slides` | boolean | Optional | Set to `true` to enable slideshow of car images. Default is `false`. |
| `show_map` | boolean | Optional | Set to `true` to display the car's position on a map. Default is `false`. |
| `show_buttons` | boolean | Optional | Set to `true` to show the buttons. Default is `true`. |
Expand Down
4 changes: 2 additions & 2 deletions dist/vehicle-info-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vehicle-info-card",
"version": "1.0.7",
"version": "1.1.0-alpha",
"description": "Lovelace custom card for displaying vehicle information from Mercedes Component integration",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 8b88752

Please sign in to comment.