Add a nice success message at the end of the script
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user