Pass narrow (#8864)

This commit is contained in:
Paulus Schoutsen 2021-04-08 13:59:24 -07:00 committed by Bram Kragten
parent 9b628546c1
commit 2507a41b6e
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

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