FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
181 stars 11 forks source link

Detected I/O inside the event loop #19

Closed LuckyTriple7 closed 3 years ago

LuckyTriple7 commented 3 years ago

Logger: homeassistant.util.async Source: util/async.py:129 First occurred: 10:58:44 (1 occurrences) Last logged: 10:58:44

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for dwd_weather doing I/O at custom_components/dwd_weather/sensor.py, line 142: self._unique_id = f"{SENSOR_TYPES[self.type][0]}{self._connector.dwd_weather.get_station_name(False).lower()}"

Version of home_assistant

2021.3.4 -->

Version of the custom_component

1.2.3 -->

FL550 commented 3 years ago

Thank you very much for the report. This is now resolved in the new version 1.2.4.