Fix wrong error message in netatmo integration (#31690)

This commit is contained in:
cgtobi 2020-02-10 12:33:07 +01:00 committed by GitHub
parent 5092971452
commit 7d0b50cadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ class NetatmoSensor(Entity):
if data is None:
_LOGGER.info("No data found for %s (%s)", self.module_name, self._module_id)
_LOGGER.error("data: %s", self.netatmo_data.data)
_LOGGER.debug("data: %s", self.netatmo_data.data)
self._state = None
return