Home assistant has decided I no longer needed my automations.
After a system reboot today, all my devices have lost their trigger-ability with multiple touches.
Before rebooting (and I mean only this morning) I had “first button double press” and triple and hold etc. But now I only have on and off states available or state changed. All my switches have lost their double, triple, quad and held events firing inside HA.
I have confirmed by monitoring the MQTT server, that all the MQTT events are still being sent, but as far as HA is concerned, it doesn’t care for them at all. All that is available in the automation triggers are (as stated): on, off and state changed. whereas before I had:
"First button" pressed
"First button" double clicked
"First button" triple clicked
"First button" quadruple clicked
"First button" quintuple clicked
"First button" continuously pressed
"Second button" pressed
"Second button" double clicked
"Second button" triple clicked
"Second button" quadruple clicked
"Second button" quintuple clicked
"Second button" continuously pressed
...
here is what is available now:
LoungeWallPlate Lsensor turned off
LoungeWallPlate Lsensor turned on
LoungeWallPlate L6lights turned off
LoungeWallPlate L6lights turned on
LoungeWallPlate LHue turned off
LoungeWallPlate LHue turned on
LoungeWallPlate LALL turned off
LoungeWallPlate LALL turned on
LoungeWallPlate status value changes
As far as I can tell, there are no changes to the switches themselves. They are tasmota (mostly 8.3.1 but a couple pre 8.1).
All the automations have lost their triggers, and what was once “first button double clicked” now appears as “Unknown trigger”
I am unable to determine why Home Assistant decided I no longer needed these automation tasks, but I would really like to get them back.
In the yaml, the trigger type is
type: button_double_press
But in the UI it appears as Unknown trigger.
I have confirmed the switches are unchanged. It has definitely been an error in home assistant.
any help appreciated