I’m starting a few automations by the use of a button that I made in a card.
The card uses the service: automation.trigger function to start an automation.
Is it possible to add a button function to the helpers category?
It should be a toggle action not by a switch but by an clickable / touchable item.
Isn’t this already available? I have several input_boolean helpers toggling lights on and off by triggering automations. These can be used in button cards and picture element cards.
Not really.
The problem with an input_boolean is you have to turn it on, add a delay, and off. Lots of code that should be a ‘press’ and done.