Skip to content

Commit

Permalink
Changed icon attribute to property
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 12, 2018
1 parent b4b63d1 commit 947d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-graph-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MiniGraphCard extends LitElement {
?more-info=${config.more_info} style='font-size: ${config.font_size}px;'>
<div class='flex title' ?hide=${config.hide_icon}>
<div class='icon'>
<ha-icon icon=${this.computeIcon(entity)}></ha-icon>
<ha-icon .icon=${this.computeIcon(entity)}></ha-icon>
</div>
<div class='header'>
<span class='name'>${this.computeName(entity)}</span>
Expand Down

0 comments on commit 947d8c4

Please sign in to comment.