lovelace-multiple-entity-row icon indicating copy to clipboard operation
lovelace-multiple-entity-row copied to clipboard

Secondary Info translation / localization handling

Open FragMenthor opened this issue 3 years ago • 2 comments

Hello. I use A LOT the multiple-entity-row, but there is one situation that it does not seem to handle: localization / translation of sensor values. This would be most useful, and I post an example:

type: entities
entities:
  - type: custom:multiple-entity-row
    entity: sensor.cave_temperatura_aparente
    name: Conforto
    state_header: T. Aparente
    icon: mdi:thermometer-lines
    entities:
      - entity: sensor.cave_heatindex
        name: Índ. Calor
    secondary_info:
      entity: sensor.cave_perception
  - entity: sensor.cave_perception

This sensor ( 'sensor.cave_perception'), when used in an entities card as an entity, has localization / translation, but when used in a multiple-entity-row as secondary info, loses this localization:

image

Is it possible to implement this, or get the tranlated value in some other way?

Thanks for all this!!! Congratulations :)

FragMenthor avatar Feb 17 '22 17:02 FragMenthor

I'm using the multiple-entity-row a lot, too. And the translations used to work properly until I updated to v2.

Hence it appears to be a bug, not an enhancement.

nikipore avatar Jan 09 '23 15:01 nikipore

Working with v4.5.0 now, awesome, thanks!

nikipore avatar May 31 '23 20:05 nikipore