We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814bbec commit 1a68c75Copy full SHA for 1a68c75
examples/builder.py
@@ -47,7 +47,7 @@ def cleanup():
47
my_component.average_data,
48
description="Take an averaged measurement",
49
task=True, # Is the action a long-running task?
50
- safe=True, # Is the state of the Thing changed by calling the action?
+ safe=True, # Is the state of the Thing unchanged by calling the action?
51
idempotent=True, # Can the action be called repeatedly with the same result?
52
),
53
"/average",
0 commit comments