Skip to content

Releases: muxa/esphome-state-machine

1.0.0-rc.15

25 Sep 04:04
246bbeb
Compare
Choose a tag to compare
1.0.0-rc.15 Pre-release
Pre-release

Fixed #29 (crash when using a long list of state and/or transitions)

1.0.0-rc.14

16 Sep 06:01
2066242
Compare
Choose a tag to compare
1.0.0-rc.14 Pre-release
Pre-release

Correct on_set codegen (thanks @mannkind)

1.0.0-rc.13

10 Jul 11:00
019cbd1
Compare
Choose a tag to compare
1.0.0-rc.13 Pre-release
Pre-release
  • Fixed set method not ignoring invalid state
  • Changed text sensor icon to state machine

1.0.0-rc.12

09 Jun 22:56
8e1c80d
Compare
Choose a tag to compare
1.0.0-rc.12 Pre-release
Pre-release

Reworked input and transition actions (breaking):

  • replaced input.action with input.on_input
  • replaced transition.action with transition.on_transition
  • added transition.before_transition and transition.after_transition

1.0.0-rc.11

21 Apr 03:05
59180e5
Compare
Choose a tag to compare
1.0.0-rc.11 Pre-release
Pre-release

Fixed error when diagram not in yaml

1.0.0-rc.10

21 Apr 02:48
5d2e6d1
Compare
Choose a tag to compare
1.0.0-rc.10 Pre-release
Pre-release

Added Mermaid diagram support

1.0.0-rc.9

04 Dec 07:48
95c1ca6
Compare
Choose a tag to compare
1.0.0-rc.9 Pre-release
Pre-release

Fixed text_sensor not updated when using set action (#19)

1.0.0-rc.8

13 Nov 07:48
31aa61e
Compare
Choose a tag to compare
1.0.0-rc.8 Pre-release
Pre-release

Moved transition/input actions to before on_leave actions

1.0.0-rc.7

18 Sep 06:12
15baa05
Compare
Choose a tag to compare
1.0.0-rc.7 Pre-release
Pre-release
  • 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

12 Sep 03:28
6815331
Compare
Choose a tag to compare
1.0.0-rc.6 Pre-release
Pre-release
  • Added set action and on_set state automation; added usage example
  • Added editing indicator in dimmable light example