Add a nice success message at the end of the script

This commit is contained in:
saveriol
2024-09-25 16:23:35 +02:00
committed by GitHub
parent 76b77fe0b1
commit 3887a312a3

View File

@@ -316,3 +316,5 @@ for app in account["data"]["homeAppliances"]:
with open(devicefile, 'w') as f:
json.dump(configs, f, ensure_ascii=True, indent=4)
print("Success. You can now edit "+devicefile+", if needed, and run hc2mqtt.py or start Home Assistant addon again")