Advanced Flow is smart home automation at its best,
featuring an infinite canvas packed with powerful tools.
Like regular Flows, Advanced Flow lets you build automations using Flow cards. But now, you’ve got an endless canvas, a clearer overview, drag & drop, more Flow cards, and more control—more of everything. You’ll see.
With Advanced Flow, you get fine-grained tools to shape automations exactly the way you want, down to the smallest detail.
The Start block lets you run an Advanced Flow from anywhere—from another Flow, or using Siri, Alexa, or Google Assistant.
The Delay block lets you pause before the following cards run.
The Any block waits for Flow cards and continues when one of them finishes.
The All block waits for all Flow cards to finish before continuing.
Create and run HomeyScripts right inside Advanced Flows—no extra script needed!
Return a Number, Text, or Boolean tag and use it in the following Flow cards.
// Get Fibonacci at N.
function fibonacci(n) {
return n < 1 ? 0 : n <= 2 ? 1 : fibonacci(n - 1) + fibonacci(n - 2)
}
const result = fibonacci(parseInt(args[0]));
console.log(result);
return result;
55
-------------------
✅ Script Success
↩️ Returned: 55
And last but not least: the sticky note!
Use notes to jot down ideas or reminders for later. You can even change their color.
Roses are red, violets are blue.
This is a small note.
I’m blue. Da Ba Dee Da Ba Da.
Go full-on with Homey Pro, get the essentials with Homey Pro mini, or
discover what a smart home can do for you with Homey Cloud.
Download the Homey app and set
up your smart home in minutes.