benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
811 stars 62 forks source link

Overriding entity for more-info action not working #251

Open kaizersoje opened 2 years ago

kaizersoje commented 2 years ago

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

ildar170975 commented 2 years ago

Overriding entity for more-info for the MAIN entity is not working now. See explanation from the card's author. Duplicate of https://github.com/benct/lovelace-multiple-entity-row/issues/188

ildar170975 commented 1 week ago

This functionality was added in HA 2024.11. The issue can be closed.