You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selecting the pysteps engine now triggers an automatic dependency
install via Home Assistant's async_process_requirements API.
HA OS / Supervised / Container users no longer need shell access to pip install pysteps — picking the engine in the config flow is
enough. First install takes 30–60 s on x86 (numpy + scipy + opencv
wheels download). Subsequent restarts reuse the installed package.
Falls back to the simple engine and logs a warning if the install
fails (e.g. missing wheel for an unusual architecture).
README and config-flow help text updated to reflect the new
zero-shell install path.