Fix check

This commit is contained in:
Bram Kragten 2020-09-09 23:08:16 +02:00
parent 498882d014
commit 3039c678a5

View File

@ -175,7 +175,7 @@ export class MoreInfoDialog extends LitElement {
.stateObj=${stateObj} .stateObj=${stateObj}
.hass=${this.hass} .hass=${this.hass}
></more-info-content> ></more-info-content>
${!CONTROL_DOMAINS.includes(domain) || ${CONTROL_DOMAINS.includes(domain) ||
!this._computeShowHistoryComponent(entityId) !this._computeShowHistoryComponent(entityId)
? "" ? ""
: html`<ha-more-info-history : html`<ha-more-info-history