Trying to create resume, pause and stop buttons for my Bambu Printer and they don't seem to activate the press function. They just bring up the properties.
I'm using the Button-Card with the following:
type: custom:button-card
color: rgb(255, 0, 0)
color_type: icon
entity: button.x1c_stop_printing
icon: mdi:stop
name: Stop
card_mod:
style: |
:host {
--paper-item-icon-color: red}
ha-card {
height: 60px;
}
layout: icon_name_state
confirmation:
text: "[[[ return `Stop the Print?` ]]]"
It will show the prompt asking if I wanna Stop the Print. But then just displays the attached image. If I hit the PRESS on that screen then it works.
Any Help for a Newbie would be great!