We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c8fae commit 430c758Copy full SHA for 430c758
luftdaten/__init__.py
@@ -53,7 +53,7 @@ async def async_get_data(self):
53
sensor_data = sorted(
54
data, key=lambda timestamp: timestamp['timestamp'],
55
reverse=True)[0]
56
- print(sensor_data)
+
57
for entry in sensor_data['sensordatavalues']:
58
for measurement in self.values.keys():
59
if measurement == entry['value_type']:
0 commit comments