mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Remove unnecessary log (#15966)
This commit is contained in:
committed by
Paulus Schoutsen
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,
|
||||||
|
Reference in New Issue
Block a user