diff --git a/hc-login.py b/hc-login.py index 3a7e61e..763db13 100755 --- a/hc-login.py +++ b/hc-login.py @@ -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")