diff --git a/custom_components/pirateweather/weather_update_coordinator.py b/custom_components/pirateweather/weather_update_coordinator.py index bde3e05..4e02eb2 100644 --- a/custom_components/pirateweather/weather_update_coordinator.py +++ b/custom_components/pirateweather/weather_update_coordinator.py @@ -45,7 +45,7 @@ async def _async_update_data(self): async with async_timeout.timeout(60): try: data = await self._get_pw_weather() - _LOGGER.info( + _LOGGER.debug( "Pirate Weather data update for " + str(self.latitude) + ","