a-p-z / datetime-card

A minimalistic card for Home Assistant Lovelace UI which shows how many days it has been between any input_datetime and today.
21 stars 1 forks source link

FR: add optional name property to entities #30

Closed erkr closed 2 months ago

erkr commented 3 months ago

The configuration now supports two properties per entity:

id: <input_date_time helper >
max: the max period 

Please add:

name: overrules (friendly) name

Update: because I populate the card with auto entities, 'name' would allow to construct any name with additional info (i.e. days left, or behind)

Best Eric