for entry in flows_tree.items():
if entry.path.endswith(b".yml"):
flow_ids.append(entry.path[:-4].decode("utf-8"))
return sorted(flow_ids)
# vim: foldmethod=marker