Replies: 3 comments 1 reply
-
issue #97 0.8.1 |
Beta Was this translation helpful? Give feedback.
1 reply
-
closed as outdated |
Beta Was this translation helpful? Give feedback.
0 replies
-
closed as outdated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I just upgraded to 2022.5.5 yesterday, I think I skipped couple versions. Since the upgrade the wundergroups stopped working for me.
I have not changed any settings.
This is the error I get:
Error while setting up wundergroundpws platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/wundergroundpws/sensor.py", line 374, in async_setup_platform
await rest.async_update()
File "/config/custom_components/wundergroundpws/sensor.py", line 538, in async_update
with async_timeout.timeout(10, loop=self._hass.loop):
TypeError: timeout() got an unexpected keyword argument 'loop'
My config:
api_key: ########
pws_id: ###
numeric_precision: none
monitored_conditions:
- uv
- humidity
- dewpt
- pressure
- temp
- precip_1d
- precip_chance_1d
- temp_high_1d
- temp_low_1d
- temp_high_2d
- temp_low_2d
- temp_high_3d
- temp_low_3d
- temp_high_4d
- temp_low_4d
- temp_high_5d
- temp_low_5d
- wind_1d
- weather_1d
- weather_1n
- weather_2d
- weather_2n
- weather_3d
- weather_3n
- weather_4d
- weather_4n
- weather_5d
- weather_5n
Beta Was this translation helpful? Give feedback.
All reactions