Create a Homey flow
homey_flow_createCreates a new Homey flow in the 'AI' folder, disabled by default. Validates the flow and verifies it after creation.
Instructions
Builds a new flow. It is created switched OFF and inside a folder called "AI", so nothing happens in the house until the owner has read it and switched it on. The flow is validated first and refused outright if anything is wrong, then read back from the Homey and compared with what was sent. The result carries a link to it in the Homey app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What the flow is called. Say what it does, in the owner's words. | |
| actions | No | What the flow does. | |
| trigger | Yes | The card that starts the flow. Required: the Homey refuses a flow without one. | |
| conditions | No | Cards that decide whether the actions run. |