allow a notification to have no title (#5392)

This commit is contained in:
Ian Richardson 2020-04-01 04:07:15 -05:00 committed by GitHub
parent 465efa460e
commit ddeb16463d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ export class HuiPersistentNotificationItem extends LitElement {
return html`
<notification-item-template>
<span slot="header">
${this.notification.title || this.notification.notification_id}
${this.notification.title}
</span>
<ha-markdown content="${this.notification.message}"></ha-markdown>