Hi, what is the correct syntax to place a button on my picture elements card and have it “pressable”…
I have:
- entity: input_button.press
state_color: false
style:
color: black
left: 42%
top: 85%
type: state-icon
tap_action:
action: press
What would be the correct “action”?