Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Jun 5, 2024
1 parent 429b3b4 commit d39c703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/vehicle-info-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/vehicle-info-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export class VehicleCard extends LitElement {
<div class="info-box">
${lockState
? html` <div class="item">
<ha-icon></ha-icon>
<ha-icon icon=${lockState === 'locked' ? 'mdi:lock' : 'mdi:lock-open'}></ha-icon>
<div><span>${lockState}</span></div>
</div>`
: ''}
Expand Down

0 comments on commit d39c703

Please sign in to comment.