HRDudeness

Results 4 comments of HRDudeness

I would also like to see an implementation of non-parametric equivalence test and/or an option for Bootstrapping parameters.

Still an issue on 2.1.17. Version 2.1.13 was the last one working for me. ``` Logger: homeassistant.setup Source: setup.py:334 First occurred: 13:07:42 (1 occurrences) Last logged: 13:07:42 Setup failed for...

Ok, I'm not using a container version. I have the bare metal install of HA Core on a DietPi system. Maybe there is some difference. Anything I could help with...

> can confirm, running this in side the container and restarting gets it working: > > ```shell > rm -rf /config/deps/lib/python3.12/site-packages/simple_dwd_weatherforecast* > cp -r /config/deps/simple_dwd_weatherforecast* /config/deps/lib/python3.12/site-packages/ > ``` That did...