mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix wrong error message in netatmo integration (#31690)
This commit is contained in:
parent
925fa25ac7
commit
834b0e6cf0
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user