gadgetchnnel / lovelace-home-feed-card

A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.
275 stars 24 forks source link

Display Persistent Notification Title #48

Closed jazzyisj closed 3 years ago

jazzyisj commented 4 years ago

Am I missing something or is there not a way to display the title of a persistent notification?

image

image

gadgetchnnel commented 3 years ago

Sorry, I thought this was in the README, but you can do this with the show_notification_title option, like this:

type: 'custom:home-feed-card'
title: Notifications
show_notification_title: true

I've also updated the README now to add that option.