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.
266 stars 23 forks source link

Feature to add version number to the console #74

Closed kaizersoje closed 3 years ago

kaizersoje commented 3 years ago

Is it possible to add the version number to the console?

console.info(
    `%c  Home-Feed \n%c  Version ${CARD_VERSION}    `,
    'color: orange; font-weight: bold; background: black',
    'color: white; font-weight: bold; background: dimgray',
);

It will make to easier to understand which version of the card is in the cache, similar to the screenshot below.

image

gadgetchnnel commented 3 years ago

Thanks, I've added this to the latest version 0.6.2