Closed iamthe1st closed 7 months ago
Hi, after the latest Home Assistant update i got this error: ModuleNotFoundError: No module named 'apscheduler'
To fix it i just had to adjust this one Line in the "manifest.json" file:
"requirements": ["apscheduler"],
After a restart everything was running fine again.
Please add this in github, so that others can avoid this issue.
I love your addon! It is running very stable and reliably for me!
Hi Iamth1st,
Thanks a lot for the tip, I was wondering how to make the addon load again! :)
Thanks, worked fine. Great work.
Fix is now merged into main branch, thanks!
Hi, after the latest Home Assistant update i got this error: ModuleNotFoundError: No module named 'apscheduler'
To fix it i just had to adjust this one Line in the "manifest.json" file:
"requirements": ["apscheduler"],
After a restart everything was running fine again.
Please add this in github, so that others can avoid this issue.
I love your addon! It is running very stable and reliably for me!