mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix check
This commit is contained in:
parent
498882d014
commit
3039c678a5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user