Skip to content

Commit

Permalink
Really fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasloven committed Nov 3, 2019
1 parent 7d20739 commit 081215c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion card-mod.js

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

2 changes: 1 addition & 1 deletion src/hui-glance-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ customElements.whenDefined('hui-glance-card').then(() => {
}
`;

const config = e.entityConf;
const config = e.config || e.entityConf;
if(!config || !config.style) return;
let entity_ids = config.entity_ids;

Expand Down

0 comments on commit 081215c

Please sign in to comment.