We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc3415 commit 20186c9Copy full SHA for 20186c9
tests/test_addons.py
@@ -11,6 +11,7 @@
11
AddonsOptions,
12
AddonsSecurityOptions,
13
AddonStage,
14
+ AddonStartup,
15
AddonState,
16
AddonsUninstall,
17
Capability,
@@ -64,6 +65,7 @@ async def test_addons_info(
64
65
assert addon.supervisor_role == SupervisorRole.MANAGER
66
assert addon.system_managed is False
67
assert addon.system_managed_config_entry is None
68
+ assert addon.startup == AddonStartup.SERVICES
69
70
71
async def test_addons_uninstall(
0 commit comments