mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Fix check
This commit is contained in:
parent
498882d014
commit
3039c678a5
@ -175,7 +175,7 @@ export class MoreInfoDialog extends LitElement {
|
||||
.stateObj=${stateObj}
|
||||
.hass=${this.hass}
|
||||
></more-info-content>
|
||||
${!CONTROL_DOMAINS.includes(domain) ||
|
||||
${CONTROL_DOMAINS.includes(domain) ||
|
||||
!this._computeShowHistoryComponent(entityId)
|
||||
? ""
|
||||
: html`<ha-more-info-history
|
||||
|
Loading…
x
Reference in New Issue
Block a user