TheRealKillaruna / nano_pk

Home Assistant integration of Hargassner Nano-PK
Apache License 2.0
21 stars 17 forks source link

"ModuleNotFoundError: No module named 'apscheduler'" after Home Assistant update #22

Closed iamthe1st closed 7 months ago

iamthe1st commented 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!

CalamityJenn commented 7 months ago

Hi Iamth1st,

Thanks a lot for the tip, I was wondering how to make the addon load again! :)

joe68ly commented 7 months ago

Thanks, worked fine. Great work.

TheRealKillaruna commented 7 months ago

Fix is now merged into main branch, thanks!