Skip to content

Commit 240bbba

Browse files
committed
manual_forced to manual_only
1 parent e86b49d commit 240bbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohasupervisor/models/addons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AddonBootConfig(StrEnum):
2525

2626
AUTO = "auto"
2727
MANUAL = "manual"
28-
MANUAL_FORCED = "manual_forced"
28+
MANUAL_ONLY = "manual_only"
2929

3030

3131
class AddonBoot(StrEnum):

0 commit comments

Comments
 (0)