Entity-id as secondary info

Can I use entity-id status for secondary_info ?
Something like that:

type: entities
entities:
  - entity: sensor.temperature_158d0001b95611
    secondary_info: sensor.humidity_158d0001b95611

Unfortunately I see blank line below temperature.
secondary_info: last-changed works fine.

You can do that with a custom Lovelace card.

I thought entity-id is accteptable option for Entities Card: https://www.home-assistant.io/lovelace/entities/

secondary_info
(string)(Optional)Show additional info. Values: entity-id, last-changed.

But it doesn’t work for me.

I think what that is saying is that the options for "secondary_info: " are either “entity_id” or “last_changed”.

Like this:

type: entities
entities:
  - entity: sensor.temperature_158d0001b95611
    secondary_info: entity_id

or:

type: entities
entities:
  - entity: sensor.temperature_158d0001b95611
    secondary_info: last_changed

Other than those two options you need to use a custom card.

This no longer seems to be working:

EDIT: never mind. “-” not “_” in last changed.