Homey Pro (Early 2023) is now available in Early Access

Advanced Flow

Infinite canvas.
Infinite creativity.

Advanced Flow is smart home automation at its best,
featuring an infinite canvas packed with powerful tools.

How it works

When-card
Swipe to view more
And-card
Yep
Nope
Error
Then-card
then

Start & Delay

Start

The Start-block empowers you to start an Advanced Flow from anywhere — that's as a favorite Flow, from another Flow or Advanced Flow, or from Siri Shortcuts, Alexa or Google Assistant.

Delay

5 sec

Place a Delay-block between your cards to wait for some time before continuing to the next cards.

Any & All

Wait for ANY card

ANY

The Any-block waits for multiple incoming connections, and only continues if one is finished.

Wait for ALL cards

ALL

The All-block waits for multiple incoming connections, and only continues if they're all finished.

Advanced Tags

Swipe to view more

Then-card tags

HomeyScript
Run Bitcoinprice.js
This card has finished in 182ms.
One tag has been generated.
BitcoinPrice

Then-cards can now create tags, which can then be used in the next cards.

Swipe to view more
Push Notifications
Send Welcome home, beauty! to Angelique Schulz

Error tag

Error
The internet is offline!

When something goes wrong, the error message is stored in an Error-tag. This tag can then be used in that same Flow.

Inline HomeyScript

Create & run HomeyScripts from within an Advanced Flow. No need to create a separate script!

Return a Number, Text or Yes/No tag to use it in the subsequent Flow cards.

HomeyScript
Run // Get Fibonacci at N. with Num and return Number-tag
Num
Docs
// 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

Notes

And last but not least — the sticky note!

Notes help you write down your thoughts, so you remember when you come back 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 di.