Fix classname

This commit is contained in:
Paulus Schoutsen 2019-04-10 14:45:39 -07:00
parent 4d7bb0df7d
commit 6b85910cdb

View File

@ -106,7 +106,7 @@ export class HuiGlanceCard extends LitElement implements LovelaceCard {
return html`
<ha-card .header="${title}">
<div class="entities ${classMap({ "no-header": !title })}">
<div class="${classMap({ entities: true, "no-header": !title })}">
${this._configEntities!.map((entityConf) =>
this.renderEntity(entityConf)
)}