diff --git a/script/scaffold/gather_info.py b/script/scaffold/gather_info.py index 12cb319d188..6a69040a6d7 100644 --- a/script/scaffold/gather_info.py +++ b/script/scaffold/gather_info.py @@ -120,7 +120,7 @@ def _load_existing_integration(domain) -> Info: manifest = json.loads((COMPONENT_DIR / domain / "manifest.json").read_text()) - return Info(domain=domain, name=manifest["name"]) + return Info(domain=domain, name=manifest["name"], is_new=False) def _gather_info(fields) -> dict: