Closed rytilahti closed 2 years ago
I can not reproduce this on python 3.8.12 (or 3.10.0).
from micloud import MiCloud
mc = MiCloud("user", "password")
This does not produce any errors in my tests.
Looks like others are having problems to reproduce it outside the CI system too (https://github.com/home-assistant/core/pull/60650#issuecomment-983263414), so maybe this can be closed?
Looks like something has changed in tzlocal, which is breaking python 3.8 usage (https://github.com/home-assistant/core/runs/4371559292?check_suite_focus=true). Any ideas?