[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-09-26 07:32:31 +00:00
parent 6aa65ee356
commit bbacc86e75

View File

@@ -313,7 +313,7 @@ for app in account["data"]["homeAppliances"]:
machine = xml2json(features, description)
config["description"] = machine["description"]
config["features"] = augment_device_features(machine["features"])
print("Discovered device: "+config["name"]+" - Device hostname: "+config["host"])
print("Discovered device: " + config["name"] + " - Device hostname: " + config["host"])
with open(devicefile, "w") as f:
json.dump(configs, f, ensure_ascii=True, indent=4)