Skip to content

If / Branch

`@ha-bits/bit-if`v1.0.0📥 61 downloadsif condition conditional branch switch

Conditional logic bit for branching workflows with if/else and switch statements

Usage

yaml
# In your habit YAML
nodes:
  - id: my-bit-if-node
    type: bit
    framework: bits
    module: "@ha-bits/bit-if"
    action: "action_name"
    data:
      # action properties...

Used In Showcases

Released under the Apache 2.0 License.