Currently there's no validation for the from, input and to parameters on the state_machine.transition action and on state_machine.transition confition. This is something that would be nice to add.
I don't know ESPHome validation framework well enough to implement this. If you know how to do that please help :)
Currently there's no validation for the
from
,input
andto
parameters on thestate_machine.transition
action and onstate_machine.transition
confition. This is something that would be nice to add.I don't know ESPHome validation framework well enough to implement this. If you know how to do that please help :)