Closed aqwserf closed 2 months ago
Hey there @hacf-fr, @oncleben31, @quentame, mind taking a look at this issue as it has been labeled with an integration (meteo_france
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
meteo_france documentation meteo_france source (message by IssueLinks)
For some reason, the integration works again. Probably an issue on Meteo-France side... closing the issue
The problem
Since update to HA Supervised 2024.9.1 this morning, Meteo-France no longer works, at least my side. Tried to restart the instance without success and the integration takes a while to load. See debug log for the integration below.
Anyone else experiencing this issue?
Thanks
What version of Home Assistant Core has the issue?
core-2024.9.1
What was the last working version of Home Assistant Core?
core-2024.9.0
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
meteo_france
Link to integration documentation on our website
https://www.home-assistant.io/integrations/meteo_france
Diagnostics information
024-09-09 09:25:51.100 DEBUG (MainThread) [homeassistant.components.meteo_france] Finished fetching Météo-France forecast for city Pessac - Aquitaine (33) - FR data in 59.995 seconds (success: True) 2024-09-09 09:25:51.100 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Pessac - Aquitaine (33) - FR for meteo_france Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/meteo_france/init.py", line 73, in async_setup_entry await coordinator_forecast.async_refresh() File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 330, in async_refresh await self._async_refresh(log_failures=True) File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 271, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/meteo_france/init.py", line 47, in _async_update_data_forecast_forecast return await hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response