mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Remove unnecessary log (#15966)
This commit is contained in:
parent
619d01150f
commit
ea073b5e87
@ -122,7 +122,6 @@ class NetatmoPublicData:
|
|||||||
def update(self):
|
def update(self):
|
||||||
"""Request an update from the Netatmo API."""
|
"""Request an update from the Netatmo API."""
|
||||||
import pyatmo
|
import pyatmo
|
||||||
_LOGGER.error('Updating Netatmo data.')
|
|
||||||
raindata = pyatmo.PublicData(self.auth,
|
raindata = pyatmo.PublicData(self.auth,
|
||||||
LAT_NE=self.lat_ne,
|
LAT_NE=self.lat_ne,
|
||||||
LON_NE=self.lon_ne,
|
LON_NE=self.lon_ne,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user