mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 03:07:06 +00:00
Fix wrong error message in netatmo integration (#31690)
This commit is contained in:
parent
5092971452
commit
7d0b50cadb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user