@Fonio wrote:
Hi Guys
I’m New in HA, so please forgive me for my stupidity.
I try to made a Horizontal Stack with many Entity Buttons, so i have created first scripts for every Button and if i add the Entity Button on the Dashboard it works with action: toggle.
If i create the Horizontal Stack and add the Buttons i can change anything but it remains on the default action : info.So here is my config on the Horizontal Stack
type: horizontal-stack title: Media Control cards: - type: entity-button icon: 'mdi:television' entity: script.1577740137742 action: toggle - type: entity-button icon: 'mdi:apple' entity: script.1577745278123 tap_action: null action: toggle - type: entity-button tap_action: null action: toggle entity: script.1577745397782 icon: 'mdi:power'
I have made the changes on the Editor of Lovelance UI and if i save and edit again it writes me on tap_action: null ( but i have write before tap_action: )(only, without none)
If i set tape_action: toggle, it works the toggle but the script was not executed.Hope you can help me to understand what i made wrong:
i’m on the last release : 0.103.5
Thanks Fonio
Posts: 5
Participants: 3