Error after upgrading to 2.0.8 #260
Replies: 2 comments
-
Managed to fix it. Here’s what you should do: Open /config/custom_components/wundergroundpws/coordinator.py Change it to use async with: Open /config/custom_components/wundergroundpws/config_flow.py Change it to use async with: After making the change, restart Home Assistant to apply it. This change should allow async_timeout.timeout to work correctly, as it requires an asynchronous context (async with) to function properly. |
Beta Was this translation helpful? Give feedback.
-
try v2.0.9 |
Beta Was this translation helpful? Give feedback.
-
Received this error after upgrading
Beta Was this translation helpful? Give feedback.
All reactions