Thanks to visit codestin.com
Credit goes to github.com

Skip to content

editor-client-3.0.1.1

Latest

Choose a tag to compare

@WeekendWarrior1 WeekendWarrior1 released this 27 Jul 15:37
· 1628 commits to esphome_nodes since this release
dc7fef6

Editor Client with some simple patches to be used by ESPHome Nodes.

Features Added:

  • Enforced flow specific scope of config nodes (we are using config type nodes for components like inputs, so we can't let them be shared globally or to other flows)
  • Nodes can have multiple inputs (since we are using the Node-RED editor-client without an active runtime, to model automation flows between inputs and outputs, we don't have to fear the implications of msg's traveling to multiple inputs)