Fix scaffold
This commit is contained in:
parent
83a9f4ddb8
commit
16a80beb43
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue