esphome-state-machine
esphome-state-machine copied to clipboard
state_machine.transition action/condition parameters are not validated
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 :)
Can potentially use CORE.raw_config to access state machine config to validate actions/conditions