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

Overriding entity for more-info action not working

Open kaizersoje opened this issue 2 years ago • 1 comments

I have the code below where I have defined 2 more-info actions.

type: entities
entities:
  - type: custom:multiple-entity-row
    entity: sensor.daily_grid_consumption
    name: Daily
    format: precision1
    state_header: Grid
    double_tap_action:
      action: more-info
    tap_action:
      action: more-info
      entity: sensor.pv_eday
    entities:
      - entity: sensor.pv_eday
        name: Solar
    secondary_info:
      entity: sensor.date
      name: false

image

I have noticed that both actions are showing the info dialog box for the same entity. The tap_action is not using the entity defined in the configuration.

image

kaizersoje avatar May 11 '22 04:05 kaizersoje

Overriding entity for more-info for the MAIN entity is not working now. Duplicate of https://github.com/benct/lovelace-multiple-entity-row/issues/188

ildar170975 avatar May 20 '22 16:05 ildar170975