-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script isn't working because of missing parts #1
Comments
+1 |
@Behike re: have been successfully able to manually decrypt my Home Assistant backups with it. Can you explain how please |
Remove condition which breaks the script if kit isn't present but doesn't let manual entry
I've made a PR (which you @alkissack can use as a working script, let me know if you need more help) as I think that AndyTempel's PR makes too much modification compared to what this issue was initially made for. |
Hi!
First of all, thanks for your script, I have been successfully able to manually decrypt my Home Assistant backups with it. However, it seems that you have inadvertently inserted some removed some parts of your code.
ha-decrypt-backup-tool/decrypt_backup.py
Line 160 in a1a660d
The regex is not finished.
And here:
ha-decrypt-backup-tool/decrypt_backup.py
Line 204 in a1a660d
The beginning of the condition has been deleted.
In case someone else find your script, it would be great if those issues are fixed.
Thanks!
The text was updated successfully, but these errors were encountered: