From 3887a312a3a26d02c73e8a2709824dc8792307c1 Mon Sep 17 00:00:00 2001 From: saveriol Date: Wed, 25 Sep 2024 16:23:35 +0200 Subject: [PATCH] Add a nice success message at the end of the script --- hc-login.py | 2 ++ 1 file changed, 2 insertions(+) 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")