I have a tefal raclette I’ve smartified, so now it has a pushbutton to toggle it, it has an LED indicating it’s on, it has a temperature sensor, and of course there is a timer built-in to the ESPHome logic, so it indicates if it’s about to turn off.
The pushbutton is mounted in a 3D printed end plate of course, printed in ABS.
I’ve made a couple of cards to control it from HA, and they work nicely, the only problem is that I would like the tile card to look more like the button card.
I have a button card to turn it on, and a tile card to turn it off, the tile card showing the temperature of the raclette.
My button card
The raclette is not ‘online’ at the moment, thus it is showing as unavailable here (both buttons are ‘invisible’ at the moment because it’s off line).
I’ve tried using the ‘inspector’ to find out if I can do something with CSS, but so far I don’t have any luck with that.
Does anybody here have a suggestion?
What is your final goal?
Do you need a card looking like a button - toggling a switch - and showing a temperature?
If yes - then create a stock Button card with a temperature, set a proper tap-action to toggle a switch.
Ah, of course, I can du the same trick with the button, have it show the sensor, but trigger the switch, thankyou, I was staring myself blind at the tile to get it to work