mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix scaffold
This commit is contained in:
parent
83a9f4ddb8
commit
16a80beb43
@ -120,7 +120,7 @@ def _load_existing_integration(domain) -> Info:
|
|||||||
|
|
||||||
manifest = json.loads((COMPONENT_DIR / domain / "manifest.json").read_text())
|
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:
|
def _gather_info(fields) -> dict:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user