diff --git a/kiauh/components/octoeverywhere/octoeverywhere.py b/kiauh/components/octoeverywhere/octoeverywhere.py index 41ef3f8..3adcfe8 100644 --- a/kiauh/components/octoeverywhere/octoeverywhere.py +++ b/kiauh/components/octoeverywhere/octoeverywhere.py @@ -27,7 +27,7 @@ from utils.logger import Logger class Octoeverywhere(BaseInstance): @classmethod def blacklist(cls) -> List[str]: - return ["None", "mcu"] + return ["None", "mcu", "bambu", "companion"] def __init__(self, suffix: str = ""): super().__init__(instance_type=self, suffix=suffix)