Releases: muxa/esphome-state-machine
Releases · muxa/esphome-state-machine
1.0.0-rc.15
Fixed #29 (crash when using a long list of state and/or transitions)
1.0.0-rc.14
Correct on_set codegen (thanks @mannkind)
1.0.0-rc.13
- Fixed set method not ignoring invalid state
- Changed text sensor icon to state machine
1.0.0-rc.12
Reworked input and transition actions (breaking):
- replaced
input.action
withinput.on_input
- replaced
transition.action
withtransition.on_transition
- added
transition.before_transition
andtransition.after_transition
1.0.0-rc.11
Fixed error when diagram not in yaml
1.0.0-rc.10
Added Mermaid diagram support
1.0.0-rc.9
Fixed text_sensor not updated when using set action (#19)
1.0.0-rc.8
Moved transition/input actions to before on_leave actions
1.0.0-rc.7
- Added state condition
- Renamed example to use dash instead of underscore
- Tweaked set action documentation
- Added another example (dual switch cover control)
1.0.0-rc.6
- Added set action and on_set state automation; added usage example
- Added editing indicator in dimmable light example