FLODE is a visual node editor for Home Assistant automations — inspired by Node-RED, but without an external server. Draw. Save. Done.
You connect nodes with the mouse —
trigger → condition → actions.
No YAML typing. No syntax guessing.
Just draw and save.
# generated by FLODE alias: Evening Light trigger: - platform: sun event: sunset condition: - condition: state entity_id: group.family state: not_home action: - service: light.turn_off target: entity_id: all
Features
FLODE is a fork of C.A.F.E. with dozens of bug fixes and new features.
Arrange and connect triggers, conditions, and actions via drag-and-drop on a canvas.
No proprietary format. The output is standard HA automation YAML — no vendor lock-in.
Import existing Home Assistant automations, edit them visually, and save them straight back.
Debug flows with the official HA trace view. See exactly which path was executed.
Complex loops and branches via an automatic state machine pattern — no detours.
Full i18n support. Dark and light mode automatically follow your configured HA theme.
Node types
Each node represents an HA concept directly in the visual flow.
Installation
https://github.com/SH1FT-W/flode, select type Integration → Add