Create a folder for flows
homey_flow_folder_createCreate a new folder to organize Homey flows, optionally nested inside a parent folder. Check existing folders first to avoid duplicate names.
Instructions
Creates a folder to organise flows in, optionally inside another one. Returns the id, which is what homey_flow_move takes. Names are not unique on a Homey, so check homey_flow_folders_list first rather than creating a second folder with a name that already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What the folder is called, as shown in the Homey app. | |
| parent | No | The id or exact name of the folder to nest this one inside. Leave out for the top level. |