lovelace-multiple-entity-row
lovelace-multiple-entity-row copied to clipboard
Confirmation popups look differently
Consider this example:
type: entities
entities:
- type: custom:multiple-entity-row
entity: input_boolean.test_boolean
tap_action: &ref_action
action: toggle
confirmation:
text: Are you sure?
entities:
- icon: mdi:account
tap_action: *ref_action

The card has same input_boolean entity in 2 places.
For both places a "tap_action" with confirmation popup is specified.
Tapping on the left side (icon, name) causes displaying this confirmation popup:

Tapping on the icon shows a differently looking & placed popup:

I wonder if it is possible to use a standard HA dialog? https://github.com/home-assistant/frontend/pull/19969