kinghat / tabbed-card

a custom card for home assistant that utilizes tabs to segregate individual cards.
MIT License
87 stars 10 forks source link

Last changed attribute on entities #104

Closed 1mfaasj closed 9 months ago

1mfaasj commented 1 year ago

Hi, is it possible to include the last changed date attribute below the added entities? Thanks

ildar170975 commented 1 year ago

The tabbed-card does NOT contain entities. It contains CARDS on each tab. Whatever you want to display on a card - must be addressed to this card.

1mfaasj commented 1 year ago

Yes I'm aware of the cards. I've got a card containing some sensors (card type entities) and want to show the last changed date to it, below the sensor itself

Is that possible?

ildar170975 commented 1 year ago

This question should not be asked here. This is a GitHub repo - mainly for reporting bugs & FRs - for tabbed-card only. Your question is NOT related to the tabbed-card. I suggest you to close the issue and ask a question in HA community.

In short: last-changed may only be displayed in cards which support it "out-of-box" (like Entities card). For cards which do NOT support displaying it - it still MAY be possible by using advanced technics like card-mod.

kinghat commented 9 months ago

ya this wouldnt have anything to do with tabbed-card but you could check on the home assistant community forums or their discord. ill move this to Q & A.