Fix wrong error message in netatmo integration (#31690)

This commit is contained in:
cgtobi 2020-02-10 12:33:07 +01:00 committed by Paulus Schoutsen
parent 925fa25ac7
commit 834b0e6cf0

View File

@ -217,7 +217,7 @@ class NetatmoSensor(Entity):
if data is None: if data is None:
_LOGGER.info("No data found for %s (%s)", self.module_name, self._module_id) _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 self._state = None
return return