mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Re-enable logging line
This commit is contained in:
parent
43a207522a
commit
67ab04499e
1 changed files with 1 additions and 2 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Reference in a new issue