We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d816ea commit fd18efeCopy full SHA for fd18efe
1 file changed
luftdaten/__init__.py
@@ -64,9 +64,7 @@ def async_get_data(self):
64
raise exceptions.LuftdatenConnectionError()
65
66
try:
67
- self.data = data
68
-
69
- for sensor_data in self.data:
+ for sensor_data in data:
70
entry = sensor_data['sensordatavalues'][0]
71
for measurement in self.values.keys():
72
if measurement == entry['value_type']:
0 commit comments