You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- type: "custom:button-card"template: card_power_outletvariables:
ulm_card_power_outlet_name: NASulm_card_power_outlet_icon: "mdi:nas"entity: switch.nasconfirmation:
text: Are you sure you want to press this button?
i've also tried it withtap_action, but its still the same.
- type: "custom:button-card"template: card_power_outletvariables:
ulm_card_power_outlet_name: NASulm_card_power_outlet_icon: "mdi:nas"entity: switch.nastap_action:
action: call-serviceservice: switch.toggleservice_data:
entity_id: switch.nasconfirmation:
text: Are you sure you want to press this button?
The text was updated successfully, but these errors were encountered:
Hello, i am trying to add confirmation on a button according to the underlying button-card component https://github.com/custom-cards/button-card?tab=readme-ov-file#confirmation, but this works only on the most outer part of the button, not for the icon or name.
i've also tried it with
tap_action
, but its still the same.The text was updated successfully, but these errors were encountered: