We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manual_forced
manual_only
1 parent e86b49d commit 240bbbaCopy full SHA for 240bbba
aiohasupervisor/models/addons.py
@@ -25,7 +25,7 @@ class AddonBootConfig(StrEnum):
25
26
AUTO = "auto"
27
MANUAL = "manual"
28
- MANUAL_FORCED = "manual_forced"
+ MANUAL_ONLY = "manual_only"
29
30
31
class AddonBoot(StrEnum):
0 commit comments