mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Fix scaffold (#67769)
This commit is contained in:
@@ -50,7 +50,7 @@ class Info:
|
|||||||
"""Update the integration manifest."""
|
"""Update the integration manifest."""
|
||||||
print(f"Updating {self.domain} manifest: {kwargs}")
|
print(f"Updating {self.domain} manifest: {kwargs}")
|
||||||
self.manifest_path.write_text(
|
self.manifest_path.write_text(
|
||||||
json.dumps({**self.manifest(), **kwargs}, indent=2 + "\n")
|
json.dumps({**self.manifest(), **kwargs}, indent=2) + "\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user