esphome-state-machine icon indicating copy to clipboard operation
esphome-state-machine copied to clipboard

state_machine.transition action/condition parameters are not validated

Open muxa opened this issue 4 years ago • 1 comments

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 :)

muxa avatar Aug 27 '21 22:08 muxa

Can potentially use CORE.raw_config to access state machine config to validate actions/conditions

muxa avatar Oct 03 '21 21:10 muxa