Skip to content

Commit df32fd4

Browse files
mdegat01agners
andauthored
Mark advanced field in addon info as deprecated (#279)
* Mark advanced field in addon info as deprecated * Update aiohasupervisor/models/addons.py Co-authored-by: Stefan Agner <stefan@agner.ch> * Fix indent --------- Co-authored-by: Stefan Agner <stefan@agner.ch>
1 parent 919f29d commit df32fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiohasupervisor/models/addons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class AddonStartup(StrEnum):
117117
class AddonInfoBaseFields(ABC):
118118
"""AddonInfoBaseFields ABC type."""
119119

120-
advanced: bool
120+
advanced: bool # Deprecated since Supervisor 2026.03; always False.
121121
available: bool
122122
build: bool
123123
description: str

0 commit comments

Comments
 (0)