mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix blocking I/O in the event loop in meteo_france (#118429)
This commit is contained in:
parent
ab9581c617
commit
f957ba09de
@ -200,7 +200,7 @@ class MeteoFranceWeather(
|
||||
break
|
||||
forecast_data.append(
|
||||
{
|
||||
ATTR_FORECAST_TIME: self.coordinator.data.timestamp_to_locale_time(
|
||||
ATTR_FORECAST_TIME: dt_util.utc_from_timestamp(
|
||||
forecast["dt"]
|
||||
).isoformat(),
|
||||
ATTR_FORECAST_CONDITION: format_condition(
|
||||
|
Loading…
x
Reference in New Issue
Block a user