Enable/Disable Flow
set_flow_enabledEnable or disable a Homey flow automation by its ID. Disabled flows are prevented from triggering.
Instructions
Enable or disable a flow automation. Disabled flows won't trigger. Use list_flows to find the flow ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Flow ID | |
| enabled | Yes | true to enable, false to disable |