wmalgadey / PyTado

Python binding for Tado web API. Pythonize your central heating!
GNU General Public License v3.0
76 stars 41 forks source link

API call results should be logged as debug #36

Closed michaelarnauts closed 4 years ago

michaelarnauts commented 4 years ago

We should use _LOGGER.debug() for logging API results. This causes noise in the Home Assistant logs.

michaelarnauts commented 4 years ago

@wmalgadey could you take a look?