lovelace-multiple-entity-row
lovelace-multiple-entity-row copied to clipboard
Secondary Info translation / localization handling
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:
Is it possible to implement this, or get the tranlated value in some other way?
Thanks for all this!!! Congratulations :)
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.
Working with v4.5.0 now, awesome, thanks!