custom-cards / button-card

❇️ Lovelace button-card for home assistant
MIT License
1.93k stars 233 forks source link

Confirmation showing up when not configured? #790

Open Onepamopa opened 11 months ago

Onepamopa commented 11 months ago

Checklist

Describe the bug Calling a scene (toggle button) shows a confirmation popup while no such is configured.

Version of the card Version: 4.1.1

To Reproduce This is the configuration I used:

The scene calls automation that has a script (if that makes any difference) for a RF remote to lift/close a roller shutter.

type: horizontal-stack
cards:
  - type: custom:button-card
    action: toggle
    entity: scene.scene_leave_home
    show_last_changed: false
    icon: mdi:exit-run
    show_name: false
    size: 50px
  - type: custom:button-card
    action: toggle
    entity: scene.scene_welcome_home
    show_last_changed: false
    icon: mdi:home-account
    show_name: false
    size: 50px

Screenshots

Expected behavior Not show a confirmation ?!

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context