Really fix #15

This commit is contained in:
Thomas Lovén 2019-11-03 10:59:17 +01:00
parent 7d20739834
commit 081215c50c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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; if(!config || !config.style) return;
let entity_ids = config.entity_ids; let entity_ids = config.entity_ids;