Really fix #15
This commit is contained in:
parent
7d20739834
commit
081215c50c
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user