Pass narrow (#8864)

This commit is contained in:
Paulus Schoutsen 2021-04-08 13:59:24 -07:00 committed by GitHub
parent 587fb2a170
commit ba9e410393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,6 +255,7 @@ export class HaAutomationTrace extends LitElement {
? html`
<ha-automation-trace-logbook
.hass=${this.hass}
.narrow=${this.narrow}
.logbookEntries=${this._logbookEntries}
></ha-automation-trace-logbook>
`