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 a543d39 commit ea05a50Copy full SHA for ea05a50
custom_components/airthings_wave/airthings.py
@@ -91,8 +91,6 @@ class Wave2Decode(BaseDecode):
91
def decode_data(self, raw_data):
92
val = super().decode_data(raw_data)
93
val = val[self.name]
94
- # if val[0] != 1:
95
- # raise ValueError("Incompatible current values version (Expected 1, got {})".format(data[0]))
96
data = {}
97
data['date_time'] = str(datetime.isoformat(datetime.now()))
98
data['humidity'] = val[1]/2.0
0 commit comments