jojoro
(Arek Sochala)
1
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.
Pippyn
2
You can do that with a custom Lovelace card.
jojoro
(Arek Sochala)
3
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.
finity
4
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.
tom_l
5
This no longer seems to be working:
EDIT: never mind. “-” not “_” in last changed.