Re-enable logging line

This commit is contained in:
Jules 2024-04-01 18:14:25 +02:00
parent 43a207522a
commit 67ab04499e
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -66,8 +66,7 @@ class IrmKmiCoordinator(DataUpdateCoordinator):
'long': zone.attributes[ATTR_LONGITUDE]}
)
_LOGGER.debug(f"Observation for {api_data.get('cityName', '')}: {api_data.get('obs', '{}')}")
# TODO re-enable logging here
# _LOGGER.debug(f"Full data: {api_data}")
_LOGGER.debug(f"Full data: {api_data}")
except IrmKmiApiError as err:
raise UpdateFailed(f"Error communicating with API: {err}")