Skip to content

Commit

Permalink
fix consolidate typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Jul 4, 2020
1 parent 36c5ea1 commit 3718576
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/light-entity-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/light-entity-card.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/index-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ export default class LightEntityCardEditor extends LitElement {
>Smooth Color Wheel</paper-checkbox>
<paper-checkbox
@checked-changed="${this._valueChanged}"
.checked=${this._config.consolidate_entites}
.configValue="${"consolidate_entites"}"
.checked=${this._config.consolidate_entities}
.configValue="${"consolidate_entities"}"
>Consolidate Entities</paper-checkbox>
</div>
Expand Down

0 comments on commit 3718576

Please sign in to comment.