Show sunrise/sunset times in cards without template sensors?

From previous topics, you used to be able to show sunrise/sunset times by simply adding format: time under the entity.

Was this feature removed?

entity: sensor.sun_next_setting
format: time

Different cards have different features.

Looks like entities card has this feature, but other cards like tile card do not (though looks like maybe an open PR to eventually add it)

It does work in the entities card

Not sure if this is meant to happen or is a quirk but you have to add entity in front of the entity and then add time

type: entities
entities:
  - light.entryway_light
  - entity: sensor.sun_next_dawn
    format: time
  - sensor.sun_next_dusk

There’s no example in the documentation plus I have no experience with yaml coding

I was trying to get it working with entity badge but I guess it is not possible for now