Skip to content

Commit

Permalink
refactor: Update package.json version to 1.2.0-beta_2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Aug 25, 2024
1 parent 759b213 commit 99eb80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.0-beta_1",
"version": "1.2.0-beta_2",
"description": "Lovelace custom card for displaying vehicle information from Mercedes Component integration",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class VehicleCardEditor extends LitElement implements LovelaceCardEditor
}

private _renderCustomButtonTemplate(card: CardTypeConfig): TemplateResult {
const { button, type } = card;
const { button } = card;
const primaryCfgValue = this._config[button]?.primary || '';
const secondaryCfgValue = this._config[button]?.secondary || '';
const notifyCfgValue = this._config[button]?.notify || '';
Expand Down

0 comments on commit 99eb80f

Please sign in to comment.